1 REQUIRES: zlib 2 3 RUN: echo "%p/Inputs/dwarfdump-test-zlib.elf-x86-64 0x4005e9" > %t1.input 4 RUN: llvm-symbolizer < %t1.input | FileCheck %s 5 6 RUN: echo "%p/Inputs/dwarfdump-test-zlibgnu.elf-x86-64 0x4005e9" > %t2.input 7 RUN: llvm-symbolizer < %t2.input | FileCheck %s 8 9 CHECK: main 10 CHECK-NEXT: /tmp/dbginfo{{[/\\]}}dwarfdump-test-zlib.cc:16 11