diff options
| author | David Blaikie <dblaikie@gmail.com> | 2015-11-17 22:39:23 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2015-11-17 22:39:23 +0000 |
| commit | 35c2eebfe45b9ca795cdd9a5d1bbe7ad69b332b3 (patch) | |
| tree | 268b55934bec5c711c2e38c885ad98e8c28912f7 /llvm/test/DebugInfo | |
| parent | 8483df6e243f243ade4acff77cb0ac8c2b88fe4e (diff) | |
| download | bcm5719-llvm-35c2eebfe45b9ca795cdd9a5d1bbe7ad69b332b3.tar.gz bcm5719-llvm-35c2eebfe45b9ca795cdd9a5d1bbe7ad69b332b3.zip | |
dwarfdump: support indexed string dumping in dwp based on the STR_OFFSETS component of the index
llvm-svn: 253392
Diffstat (limited to 'llvm/test/DebugInfo')
| -rw-r--r-- | llvm/test/DebugInfo/dwarfdump-dwp.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/dwarfdump-dwp.test b/llvm/test/DebugInfo/dwarfdump-dwp.test index e766cbc2bd9..af5de5067e6 100644 --- a/llvm/test/DebugInfo/dwarfdump-dwp.test +++ b/llvm/test/DebugInfo/dwarfdump-dwp.test @@ -17,8 +17,7 @@ RUN: llvm-dwarfdump %p/Inputs/dwarfdump-dwp.x86_64.o | FileCheck %s ; CHECK-SAME: abbr_offset = 0x0043 ; CHECK: DW_TAG_compile_unit ; CHECK-NOT: DW_TAG -; FIXME: Implement str_offsets support so we find b.cpp here \/ -; CHECK: DW_AT_name {{.*}} "a.cpp" +; CHECK: DW_AT_name {{.*}} "b.cpp" ; Verify that abbreviations are decoded using the abbrev offset in the index ; CHECK: DW_TAG_structure_type |

