[llvm-dev] plugin-opt=save-temps doesn't work in LLVM Gold 5.0.0
Dipanjan Das via llvm-dev
llvm-dev at lists.llvm.org
Sun Sep 10 08:07:38 PDT 2017
To compile an auto-tooled project to bitcode, I used to
use plugin-opt=save-temps switch as explained in:
http://gbalats.github.io/2015/12/10/compiling-autotooled-projects-to-LLVM-bitcode.html.
This switch works with LLVM 3.8.0.
However, it seems to have no effect with LLVM 5.0.0. I can see intermediate
bitcode files on disk, but not the final one. Is the option removed
altogether? Has the switch changed?
--
Thanks & Regards,
Dipanjan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170910/4b755a2d/attachment.html>
More information about the llvm-dev
mailing list