mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
e5c30b9eef
Pulling out the split-dwarf tests by way of example of how I think llvm-symbolizer should be tested going forward. Open to debate/discussion, though. llvm-svn: 352004
5 lines
126 B
Plaintext
5 lines
126 B
Plaintext
RUN: llvm-symbolizer --obj=%p/Inputs/dwo-test 0x400514 | FileCheck %s
|
|
|
|
CHECK: main
|
|
CHECK-NEXT: llvm-symbolizer-dwo-test.cc:11
|