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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs