[LLVMbugs] [Bug 5007] llvm-g++ -flto generates invalid object files
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Sep 19 01:25:16 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=5007
Duncan Sands <baldrick at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |baldrick at free.fr
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Duncan Sands <baldrick at free.fr> 2009-09-19 03:25:15 ---
With llvm-gcc, -flto produces LLVM bitcode, not object files.
In order for this to work you need a linker that understands
bitcode, see http://llvm.org/docs/GoldPlugin.html
--
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