[LLVMbugs] [Bug 8603] New: Invalid assembly accepted on ELF

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Nov 14 19:35:31 PST 2010


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

           Summary: Invalid assembly accepted on ELF
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu


ELF cannot handle relocations like


.Lsym2:
        .section foo, "", @progbits
        .Lsym3:
.Lsym4 = .Lsym2 - .Lsym3
        .long    .Lsym4


We should reject this.

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