diff options
| author | Adrian Prantl <aprantl@apple.com> | 2017-09-13 22:09:01 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2017-09-13 22:09:01 +0000 |
| commit | 3ae35eb56b11ec27bc2fcba6aeeebaf7615bd6c8 (patch) | |
| tree | 30a8d11fd6248bf149c269f3225d86f1904c417c /llvm/test/DebugInfo/Inputs | |
| parent | afe2bdd773455bb8728e969c3fced914c1bf6d2c (diff) | |
| download | bcm5719-llvm-3ae35eb56b11ec27bc2fcba6aeeebaf7615bd6c8.tar.gz bcm5719-llvm-3ae35eb56b11ec27bc2fcba6aeeebaf7615bd6c8.zip | |
llvm-dwarfdump: automatically dump both regular and .dwo variant of sections
Since users typically don't really care about the .dwo / non.dwo
distinction, this patch makes it so dwarfdump --debug-<info,...> dumps
.debug_info and (if available) also .debug_info.dwo. This simplifies
the command line interface (I've removed all dwo-specific dump
options) and makes the tool friendlier to use.
Differential Revision: https://reviews.llvm.org/D37771
llvm-svn: 313207
Diffstat (limited to 'llvm/test/DebugInfo/Inputs')
| -rw-r--r-- | llvm/test/DebugInfo/Inputs/gmlt.ll | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/llvm/test/DebugInfo/Inputs/gmlt.ll b/llvm/test/DebugInfo/Inputs/gmlt.ll index 116cd75b811..da2a8b80321 100644 --- a/llvm/test/DebugInfo/Inputs/gmlt.ll +++ b/llvm/test/DebugInfo/Inputs/gmlt.ll @@ -87,12 +87,8 @@ ; Check that we don't emit any pubnames or pubtypes under -gmlt -; CHECK: .debug_pubnames contents: -; CHECK-NOT: Offset - -; CHECK: .debug_pubtypes contents: -; CHECK-NOT: Offset - +; CHECK-NOT: .debug_pubnames contents: +; CHECK-NOT: .debug_pubtypes contents: ; CHECK: .apple{{.*}} contents: ; Function Attrs: nounwind uwtable |

