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

Duncan Sands <[email protected]> changed:

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

--- Comment #1 from Duncan Sands <[email protected]> 2011-05-11 04:12:18 CDT ---
This is a feature not a bug :)  At -O4 clang outputs LLVM bitcode rather than
object code.  If your system linker does not know how to handle LLVM bitcode
then linking will fail, as you saw.  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