diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-12-09 11:43:47 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-12-09 12:24:23 +0000 |
commit | dba420bc05aec26c2b6d060cfd186169da30b5f7 (patch) | |
tree | 57a87953f132727241eb798fe1b9537223a50ba5 /llvm/test/DebugInfo | |
parent | 0d1490bf6a68d9397a6402c8f702e30f07adacf1 (diff) | |
download | bcm5719-llvm-dba420bc05aec26c2b6d060cfd186169da30b5f7.tar.gz bcm5719-llvm-dba420bc05aec26c2b6d060cfd186169da30b5f7.zip |
[test][tools] Add missing and improve testing
Mostly this adds testing for certain aliases in more explicit ways.
There are also a few tidy-ups, and additions of missing testing, where
the feature was either not tested at all, or not tested explicitly and
sufficiently.
Reviewed by: MaskRay, rupprecht, grimar
Differential Revision: https://reviews.llvm.org/D71116
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r-- | llvm/test/DebugInfo/symbolize-inlined.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/symbolize-inlined.test b/llvm/test/DebugInfo/symbolize-inlined.test index 2757721b81f..f3b391b1429 100644 --- a/llvm/test/DebugInfo/symbolize-inlined.test +++ b/llvm/test/DebugInfo/symbolize-inlined.test @@ -1,4 +1,6 @@ RUN: llvm-symbolizer --inlining --obj=%p/Inputs/dwarfdump-inl-test.elf-x86-64 0x8dc 0xa05 0x987 | FileCheck %s +RUN: llvm-symbolizer -i --obj=%p/Inputs/dwarfdump-inl-test.elf-x86-64 0x8dc 0xa05 0x987 | FileCheck %s +RUN: llvm-symbolizer --inlines --obj=%p/Inputs/dwarfdump-inl-test.elf-x86-64 0x8dc 0xa05 0x987 | FileCheck %s CHECK: inlined_h CHECK-NEXT: dwarfdump-inl-test.h:2 |