summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-11-17 22:39:23 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-11-17 22:39:23 +0000
commit35c2eebfe45b9ca795cdd9a5d1bbe7ad69b332b3 (patch)
tree268b55934bec5c711c2e38c885ad98e8c28912f7 /llvm/test
parent8483df6e243f243ade4acff77cb0ac8c2b88fe4e (diff)
downloadbcm5719-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')
-rw-r--r--llvm/test/DebugInfo/dwarfdump-dwp.test3
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
OpenPOWER on IntegriCloud