http://llvm.org/bugs/show_bug.cgi?id=5007


Duncan Sands <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Duncan Sands <[email protected]>  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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to