mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
|
REQUIRES: zlib
|
||
|
|
||
|
RUN: echo "%p/Inputs/dwarfdump-test-zlib.elf-x86-64 0x400559" > %t.input
|
||
|
RUN: llvm-symbolizer < %t.input | FileCheck %s
|
||
|
|
||
|
CHECK: main
|
||
|
CHECK-NEXT: /tmp/dbginfo{{[/\\]}}dwarfdump-test-zlib.cc:16
|