diff options
| author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-02-01 10:24:55 +0000 |
|---|---|---|
| committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-02-01 10:24:55 +0000 |
| commit | 563a29d449def26b9e3bdf9fb1bf59d03b461a62 (patch) | |
| tree | 3af18344148fc7c990fa68f8f8bdf1cb34edb28b /llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test | |
| parent | fb3ca132b12f7a3899b74e6a79d961201c7d9cfe (diff) | |
| download | bcm5719-llvm-563a29d449def26b9e3bdf9fb1bf59d03b461a62.tar.gz bcm5719-llvm-563a29d449def26b9e3bdf9fb1bf59d03b461a62.zip | |
[llvm-symbolizer][test] Rename and tweak tests using llvm-symbolizer
Prior to this change, there are a few tests called llvm-symbolizer* in
the DebugInfo test area. These really were testing either the DebugInfo
or Symbolizer library, rather than the llvm-symbolizer tool itself, so
this patch renames them to be clearer that they aren't explicitly tests
for llvm-symbolizer (such tests belong in test/tools/llvm-symbolizer).
This patch also reinstates the copying of a DWO file, removed previously
in r352752. The test needs this so that it could possibly fail.
Finally, some of the tests have been simplified slightly by removing
unnecessary switches and/or unused check-prefixes.
Reviewed by: dblaikie
Differential Revision: https://reviews.llvm.org/D57518
llvm-svn: 352847
Diffstat (limited to 'llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test')
| -rw-r--r-- | llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test b/llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test deleted file mode 100644 index 994a58e73c0..00000000000 --- a/llvm/test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test +++ /dev/null @@ -1,10 +0,0 @@ -RUN: rm -rf %t && mkdir -p %t -RUN: cd %t -RUN: cp %p/Inputs/split-dwarf-empty.dwo %t -RUN: echo "%p/Inputs/split-dwarf-empty.o 0xdeadbeef" > %t.input - -RUN: llvm-symbolizer --functions=linkage --inlining --demangle=false \ -RUN: --default-arch=i386 < %t.input | FileCheck %s - -CHECK: ?? -CHECK: ??:0:0 |

