From: Eric Christopher <echristo@gmail.com>
Date: Wed, 7 Oct 2015 01:52:33 +0000 (+0000)
Subject: Remove the comdat-ness from the testcase as it won't lower properly
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=068c579c160bbabc1641b8d532ae35c1018010d1;p=oota-llvm.git

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249504 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/test/DebugInfo/X86/def-line.ll b/test/DebugInfo/X86/def-line.ll
index 066b360589b..aa9830170b9 100644
--- a/test/DebugInfo/X86/def-line.ll
+++ b/test/DebugInfo/X86/def-line.ll
@@ -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
 }