http://llvm.org/bugs/show_bug.cgi?id=8741
Summary: [MC-COFF] Cannot handle globals @Lxxx (begins with
'L') on Win64.
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
; llc -mtriple=x86_64-win32 -filetype=obj
declare void @L()
define void @foo() {
entry:
call void @L()
ret void
}
It barfs. It seems globals @Lxxx is marked as 'IsTemporary' on MCSymbol.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs