[LLVMbugs] [Bug 8741] New: [MC-COFF] Cannot handle globals @Lxxx (begins with 'L') on Win64.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Dec 5 22:12:04 PST 2010


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: unassignedbugs at nondot.org
        ReportedBy: geek4civic at gmail.com
                CC: llvmbugs at cs.uiuc.edu, bigcheesegs at gmail.com


; 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.



More information about the llvm-bugs mailing list