[LLVMbugs] [Bug 1910] llvm-ld does not support linking archives with mixed .bc and . o objects
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Oct 15 09:31:46 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=1910
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #5 from Chris Lattner <clattner at apple.com> 2008-10-15 11:31:46 ---
We don't plan to extend llvm-ld to support this. Doing so would require it to
understand tons of details of native .o formats. It is better to extend your
native linker to use liblto.
--
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