Relax Dwarf filecheck test for 32-bit hosts

llvm-svn: 302484
This commit is contained in:
Reid Kleckner 2017-05-08 23:27:52 +00:00
parent 45efcf0c96
commit 918e8157d8
1 changed files with 2 additions and 1 deletions

View File

@ -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 }