From: David Blaikie Date: Fri, 7 Mar 2014 00:23:38 +0000 (+0000) Subject: DebugInfo: Improve test to not depend on the specific naming of temporary symbols X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=63557bfbfbc1aae628fa488eec581f8ba8171b6f;p=oota-llvm.git DebugInfo: Improve test to not depend on the specific naming of temporary symbols git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203184 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/X86/dwarf-aranges.ll b/test/DebugInfo/X86/dwarf-aranges.ll index f78e2172c42..9ad618507a2 100644 --- a/test/DebugInfo/X86/dwarf-aranges.ll +++ b/test/DebugInfo/X86/dwarf-aranges.ll @@ -15,18 +15,18 @@ ; - it should have made one span covering all vars in this CU. ; CHECK-NEXT: .quad some_data -; CHECK-NEXT: .Lset0 = .Ldebug_end1-some_data -; CHECK-NEXT: .quad .Lset0 +; CHECK-NEXT: [[R1:\.[A-Za-z0-9]*]] = .Ldebug_end1-some_data +; CHECK-NEXT: .quad [[R1]] ; - it should have made one span covering all functions in this CU. ; CHECK-NEXT: .quad .Lfunc_begin0 -; CHECK-NEXT: .Lset1 = .Ldebug_end2-.Lfunc_begin0 -; CHECK-NEXT: .quad .Lset1 +; CHECK-NEXT: [[R2:\.[A-Za-z0-9]*]] = .Ldebug_end2-.Lfunc_begin0 +; CHECK-NEXT: .quad [[R2]] ; - it should have made one span covering all vars in this CU. ; CHECK-NEXT: .quad some_other -; CHECK-NEXT: .Lset2 = .Ldebug_end3-some_other -; CHECK-NEXT: .quad .Lset2 +; CHECK-NEXT: [[R3:\.[A-Za-z0-9]*]] = .Ldebug_end3-some_other +; CHECK-NEXT: .quad [[R3]] ; -- finish -- ; CHECK-NEXT: # ARange terminator