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