[LLVMbugs] [Bug 1849] New: llvm-gcc -emit-llvm does not generate exe
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Dec 9 11:44:37 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1849
Summary: llvm-gcc -emit-llvm does not generate exe
Product: tools
Version: 2.1
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: major
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: anteusz at freemail.hu
CC: llvmbugs at cs.uiuc.edu
llvm-gcc -emit-llvm does not generate exe because of an error...
Something like temp\<meaninglessfilename>.o has wrong format...
It was explained to me that this is because a bug in llvm-gcc..
creates llvm coded object file and it passes them to gcc linker which -of
course- does not expect such a format..
In short, a step is missing... linking the object files with its llvm linker...
--
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