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:
Eric Christopher 2015-10-07 01:52:33 +00:00
parent 31fda9336c
commit 97b9189e5e
1 changed files with 1 additions and 3 deletions

View File

@ -42,8 +42,6 @@
; CHECK-NOT: {{DW_TAG|NULL}}
; CHECK: DW_AT_specification {{.*}}f3
$_ZN3foo2f1Ev = comdat any
; Function Attrs: uwtable
define void @_ZN3foo2f2Ev() #0 align 2 {
entry:
@ -52,7 +50,7 @@ entry:
}
; Function Attrs: nounwind uwtable
define linkonce_odr void @_ZN3foo2f1Ev() #1 comdat align 2 {
define linkonce_odr void @_ZN3foo2f1Ev() #1 align 2 {
entry:
ret void, !dbg !21
}