forked from OSchip/llvm-project
Remove the comdat-ness from the testcase as it won't lower properly
on darwin with it since darwin doesn't have comdat and it isn't necessary for the testcase. llvm-svn: 249504
This commit is contained in:
parent
31fda9336c
commit
97b9189e5e
|
@ -42,8 +42,6 @@
|
||||||
; CHECK-NOT: {{DW_TAG|NULL}}
|
; CHECK-NOT: {{DW_TAG|NULL}}
|
||||||
; CHECK: DW_AT_specification {{.*}}f3
|
; CHECK: DW_AT_specification {{.*}}f3
|
||||||
|
|
||||||
$_ZN3foo2f1Ev = comdat any
|
|
||||||
|
|
||||||
; Function Attrs: uwtable
|
; Function Attrs: uwtable
|
||||||
define void @_ZN3foo2f2Ev() #0 align 2 {
|
define void @_ZN3foo2f2Ev() #0 align 2 {
|
||||||
entry:
|
entry:
|
||||||
|
@ -52,7 +50,7 @@ entry:
|
||||||
}
|
}
|
||||||
|
|
||||||
; Function Attrs: nounwind uwtable
|
; Function Attrs: nounwind uwtable
|
||||||
define linkonce_odr void @_ZN3foo2f1Ev() #1 comdat align 2 {
|
define linkonce_odr void @_ZN3foo2f1Ev() #1 align 2 {
|
||||||
entry:
|
entry:
|
||||||
ret void, !dbg !21
|
ret void, !dbg !21
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue