[LLVMbugs] [Bug 227] NEW: [X86] X86 code generator cannot compile functions that conflict with reserved words on the X86 assembler
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Feb 9 14:55:40 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=227
Summary: [X86] X86 code generator cannot compile functions that
conflict with reserved words on the X86 assembler
Product: libraries
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: X86 Backend
AssignedTo: gaeke+bugs at uiuc.edu
ReportedBy: sabre at nondot.org
The X86 backend produces an uncompilable .s file for the following function:
---
void %byte() {
ret void
}
---
The problem is that we currently use .intel_syntax, and gas seems to be broken
in this case.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list