• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1REQUIRES: zlib
2
3RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test-zlib.elf-x86-64  \
4RUN:   | FileCheck %s -check-prefix FULLDUMP
5RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test-zlib.elf-x86-64  \
6RUN:   --address=0x400559 --functions | FileCheck %s -check-prefix MAIN
7
8FULLDUMP: .debug_abbrev contents
9FULLDUMP: .debug_info contents
10
11MAIN: main
12MAIN-NEXT: /tmp/dbginfo{{[/\\]}}dwarfdump-test-zlib.cc:16
13