summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Inputs
diff options
context:
space:
mode:
authorFrederic Riss <friss@apple.com>2014-10-06 03:36:31 +0000
committerFrederic Riss <friss@apple.com>2014-10-06 03:36:31 +0000
commitd1cfc3c7915312aaa3be130bc384698eff4d5c5f (patch)
tree824df41507b1056fd47af626ddfe67c7bb9a05ca /llvm/test/DebugInfo/Inputs
parent6005dbd62ec97a25129889b4be148bf8068dc561 (diff)
downloadbcm5719-llvm-d1cfc3c7915312aaa3be130bc384698eff4d5c5f.tar.gz
bcm5719-llvm-d1cfc3c7915312aaa3be130bc384698eff4d5c5f.zip
[dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
Reviewers: dblaikie, samsonov, echristo, aprantl Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D5466 llvm-svn: 219099
Diffstat (limited to 'llvm/test/DebugInfo/Inputs')
-rw-r--r--llvm/test/DebugInfo/Inputs/gmlt.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/Inputs/gmlt.ll b/llvm/test/DebugInfo/Inputs/gmlt.ll
index 3f9d5b66f5a..82949d2ad17 100644
--- a/llvm/test/DebugInfo/Inputs/gmlt.ll
+++ b/llvm/test/DebugInfo/Inputs/gmlt.ll
@@ -43,7 +43,7 @@
; skeleton CU to address the relocation problem, then remove abstract
; definitions from -gmlt here.
-; CHECK: [[F3_ABS_DEF:.*]]: DW_TAG_subprogram
+; CHECK: DW_TAG_subprogram
; CHECK-NEXT: DW_AT_name {{.*}} "f3"
; FIXME: We don't really need DW_AT_inline, consumers can ignore this due to
@@ -63,7 +63,7 @@
; As mentioned above - replace DW_AT_abstract_origin with DW_AT_name to save
; space once we have support for string indexing in non-dwo sections
-; CHECK-NEXT: DW_AT_abstract_origin {{.*}} {[[F3_ABS_DEF]]}
+; CHECK-NEXT: DW_AT_abstract_origin {{.*}} "f3"
; CHECK-NEXT: DW_AT_low_pc
; CHECK-NEXT: DW_AT_high_pc
; CHECK-NEXT: DW_AT_call_file
OpenPOWER on IntegriCloud