on darwin with it since darwin doesn't have comdat and it isn't
necessary for the testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249504
91177308-0d34-0410-b5e6-
96231b3b80d8
; CHECK-NOT: {{DW_TAG|NULL}}
; CHECK: DW_AT_specification {{.*}}f3
-$_ZN3foo2f1Ev = comdat any
-
; Function Attrs: uwtable
define void @_ZN3foo2f2Ev() #0 align 2 {
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
}