[llvm] r249504 - Remove the comdat-ness from the testcase as it won't lower properly
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 18:52:33 PDT 2015
Author: echristo
Date: Tue Oct 6 20:52:33 2015
New Revision: 249504
URL: http://llvm.org/viewvc/llvm-project?rev=249504&view=rev
Log:
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.
Modified:
llvm/trunk/test/DebugInfo/X86/def-line.ll
Modified: llvm/trunk/test/DebugInfo/X86/def-line.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/def-line.ll?rev=249504&r1=249503&r2=249504&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/def-line.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/def-line.ll Tue Oct 6 20:52:33 2015
@@ -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
}
More information about the llvm-commits
mailing list