DebugInfo: Refactor test to not rely on fixed DIE offsets
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 7 Mar 2014 01:19:31 +0000 (01:19 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 7 Mar 2014 01:19:31 +0000 (01:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203186 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/concrete_out_of_line.ll

index 381b7b09ffe704015f40ee69645e50876ee23a2c..2f5a7d11eb3c85df520832647f1cf8e5c66073d9 100644 (file)
@@ -7,15 +7,22 @@
 ; first check that we have a TAG_subprogram at a given offset and it has
 ; AT_inline.
 
-; CHECK: 0x0000011c:   DW_TAG_subprogram [17]
-; CHECK-NEXT:     DW_AT_specification
+; CHECK: DW_TAG_class_type
+; CHECK: DW_TAG_class_type
+; CHECK:   DW_TAG_subprogram
+; CHECK: [[DTOR_DECL:0x........]]:  DW_TAG_subprogram
+
+; CHECK: [[DTOR_OOL:0x........]]: DW_TAG_subprogram
+; CHECK-NEXT:     DW_AT_specification {{.*}} {[[DTOR_DECL]]})
 ; CHECK-NEXT:     DW_AT_inline
 
 
 ; and then that a TAG_subprogram refers to it with AT_abstract_origin.
 
-; CHECK: 0x0000015d:   DW_TAG_subprogram [19]
-; CHECK-NEXT: DW_AT_abstract_origin [DW_FORM_ref4]    (cu + 0x011c => {0x0000011c})
+; CHECK: DW_TAG_subprogram
+; CHECK: DW_TAG_subprogram
+; CHECK: DW_TAG_subprogram
+; CHECK-NEXT: DW_AT_abstract_origin {{.*}} {[[DTOR_OOL]]})
 
 define i32 @_ZN17nsAutoRefCnt7ReleaseEv() {
 entry: