Remove the comdat-ness from the testcase as it won't lower properly
authorEric Christopher <echristo@gmail.com>
Wed, 7 Oct 2015 01:52:33 +0000 (01:52 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 7 Oct 2015 01:52:33 +0000 (01:52 +0000)
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

test/DebugInfo/X86/def-line.ll

index 066b360589b0c7870f6979da2890db8c73f67642..aa9830170b989ae732675db5d97bbf12702b3024 100644 (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
 }