From 9c0baa524c2c1c98be8663be94473a205adc22f1 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 2 Oct 2018 22:28:10 +0000 Subject: [PATCH] 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. llvm-svn: 343642 --- llvm/test/DebugInfo/X86/dbg-declare-inalloca.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/X86/dbg-declare-inalloca.ll b/llvm/test/DebugInfo/X86/dbg-declare-inalloca.ll index a2d6b25..a4d03db 100644 --- a/llvm/test/DebugInfo/X86/dbg-declare-inalloca.ll +++ b/llvm/test/DebugInfo/X86/dbg-declare-inalloca.ll @@ -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: ] -- 2.7.4