[LLVMbugs] [Bug 544] NEW: -Wl,-native-cbe does not work any longer
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Apr 9 01:14:36 PDT 2005
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=544
Summary: -Wl,-native-cbe does not work any longer
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gccld
AssignedTo: unassignedbugs at nondot.org
ReportedBy: markus at oberhumer.com
Sometime after the 1.4 release -Wl,-native-cbe stopped working - it very much
look like this has to do with gccld arguments handling.
> cat x.c
int main() { return 0; }
> llvm-gcc -Wl,-native-cbe x.c
a.out.cbe.c:3: error: syntax error before '.' token
a.out.cbe.c:6: error: stray '@' in program
a.out.cbe.c:13:3: invalid preprocessing directive #IMPLICIT_USE
gccld: a.out: can't make file executable:
Also, maybe the nightly tester should include some minimal -Wl,-native and
-Wl,-native-cbe tests.
------- 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