[llvm] r343642 - Relax dbg-declare-inalloca.ll test more

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 2 15:28:10 PDT 2018


Author: rnk
Date: Tue Oct  2 15:28:10 2018
New Revision: 343642

URL: http://llvm.org/viewvc/llvm-project?rev=343642&view=rev
Log:
Relax dbg-declare-inalloca.ll test more

We don't need to match the precise type index number here. It's not
important. The type name is what matters to make this test useful.

Modified:
    llvm/trunk/test/DebugInfo/X86/dbg-declare-inalloca.ll

Modified: llvm/trunk/test/DebugInfo/X86/dbg-declare-inalloca.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/dbg-declare-inalloca.ll?rev=343642&r1=343641&r2=343642&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/dbg-declare-inalloca.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/dbg-declare-inalloca.ll Tue Oct  2 15:28:10 2018
@@ -67,7 +67,7 @@
 ; OBJ: }
 ; OBJ: LocalSym {
 ; OBJ:   Kind: S_LOCAL (0x113E)
-; OBJ:   Type: NonTrivial (0x1008)
+; OBJ:   Type: NonTrivial (0x{{.*}})
 ; OBJ:   Flags [ (0x1)
 ; OBJ:     IsParameter (0x1)
 ; OBJ:   ]




More information about the llvm-commits mailing list