From c8a19469c26a97c5db3475c16055c6da83d30e0b Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Mon, 8 May 2017 23:27:52 +0000 Subject: [PATCH] Relax Dwarf filecheck test for 32-bit hosts git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302484 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2010-01-18-DbgValue.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2010-01-18-DbgValue.ll b/test/CodeGen/X86/2010-01-18-DbgValue.ll index decb5defec5..ae60d57bbf4 100644 --- a/test/CodeGen/X86/2010-01-18-DbgValue.ll +++ b/test/CodeGen/X86/2010-01-18-DbgValue.ll @@ -5,7 +5,8 @@ ; CHECK-LABEL: DW_TAG_subprogram ; CHECK: DW_AT_name [DW_FORM_strp] ( {{.*}}"foo") ; CHECK: DW_TAG_formal_parameter -; CHECK-NEXT: DW_AT_location [DW_FORM_exprloc] (<0x2> 91 08 ) +; CHECK-NEXT: DW_AT_location [DW_FORM_exprloc] (<0x2> 91 {{..}} ) +; DW_OP_fbreg ?? ; CHECK-NEXT: DW_AT_name [DW_FORM_strp] ( {{.*}}"my_r0") %struct.Pt = type { double, double } -- 2.40.0