[LLVMbugs] [Bug 5535] New: Invalid labels (eg: .L5_4_set_-1) generated by llc with -relocation-model=pic

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Nov 17 03:33:22 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=5535

           Summary: Invalid labels (eg: .L5_4_set_-1) generated by llc with
                    -relocation-model=pic
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: baldrick at free.fr
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=3831)
 --> (http://llvm.org/bugs/attachment.cgi?id=3831)
testcase .ll

This is a recent regression and breaks the Fortran llvm-gcc build.
Labels are being output with minus signs in them (perhaps this
means the label was deleted, in which case it shouldn't be output).

$ llc -relocation-model=pic labels.bc && gcc -c labels.s
labels.s: Assembler messages:
labels.s:3037: Error: expected comma after ".L5_4_set_"


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