aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/DW_TAG_friend.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-09-04 22:21:24 +0000
committerEric Christopher <echristo@gmail.com>2013-09-04 22:21:24 +0000
commitefc47ec528c32f09fa32445f54ee966b462add0f (patch)
tree0f0d1d6fb69a261e58c7c21fecee6c32f2ae738d /test/DebugInfo/X86/DW_TAG_friend.ll
parent6509593cb64669d8d4416a83f1417f4e68632fa1 (diff)
downloadexternal_llvm-efc47ec528c32f09fa32445f54ee966b462add0f.zip
external_llvm-efc47ec528c32f09fa32445f54ee966b462add0f.tar.gz
external_llvm-efc47ec528c32f09fa32445f54ee966b462add0f.tar.bz2
Remove hack ensuring that darwin didn't produce dwarf > 3 for modules
without a limiting factor. Update all testcases accordingly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/DW_TAG_friend.ll')
-rw-r--r--test/DebugInfo/X86/DW_TAG_friend.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/DebugInfo/X86/DW_TAG_friend.ll b/test/DebugInfo/X86/DW_TAG_friend.ll
index f86d5e4..5ef8692 100644
--- a/test/DebugInfo/X86/DW_TAG_friend.ll
+++ b/test/DebugInfo/X86/DW_TAG_friend.ll
@@ -3,10 +3,10 @@
; Check that the friend tag is there and is followed by a DW_AT_friend that has a reference back.
-; CHECK: 0x00000032: DW_TAG_class_type [4]
-; CHECK: 0x00000077: DW_TAG_class_type [4]
-; CHECK: 0x000000a0: DW_TAG_friend [9]
-; CHECK: DW_AT_friend [DW_FORM_ref4] (cu + 0x0032 => {0x00000032})
+; CHECK: [[BACK:0x[0-9a-f]*]]: DW_TAG_class_type [4]
+; CHECK-NEXT: DW_AT_name [DW_FORM_strp] ( .debug_str[{{.*}}] = "A")
+; CHECK: DW_TAG_friend [9]
+; CHECK-NEXT: DW_AT_friend [DW_FORM_ref4] (cu + 0x0032 => {[[BACK]]})
%class.A = type { i32 }