[llvm-dev] Creating and using "shared library" of LLVM IR

Tarun Prabhu via llvm-dev llvm-dev at lists.llvm.org
Fri May 13 10:56:12 PDT 2016


>
> Any reason you're not using static archives? It seems to correspond more
> to what you're trying to do (i.e. LTO all the code in a single binary).
>

I just want to avoid modifying the application's build system. If there's
no other way, I could go in and change the build scripts, but I'd like to
avoid doing that as much as possible.

Tarun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160513/794bbebb/attachment.html>


More information about the llvm-dev mailing list