Displaying 2 results from an estimated 2 matches for "b8ba7ebd".
2011 Jun 13
0
[LLVMdev] producing a single LLVM bitcode file using the LLVM gold plugin
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110613/b8ba7ebd/attachment.html>
2011 Jun 13
2
[LLVMdev] producing a single LLVM bitcode file using the LLVM gold plugin
Hello,
Is it still possible to produce the LLVM bitcode after linking using the LLVM gold plugin?
I get the warning "ld: warning: Ignoring flag also-emit-llvm" and the LLVM bitcode is not dumped.
I installed the LLVM gold plugin using the latest binutils from CVS and LLVM 2.6, since I read on the discussion list that this was possible with LLVM 2.6.
This is the command I use: