Displaying 2 results from an estimated 2 matches for "0b197a2d".
2018 Mar 30
0
Proper way to do thinlto (from code)
..._____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180330/0b197a2d/attachment.html>
2018 Mar 30
2
Proper way to do thinlto (from code)
I'm using llvm-c (but if needed can call c++ stuff too if nedeed);
what's the proper way to emit bitcode with thinlto info so the linker
can parallelize ?I'm currently using:
unwrap(PMB)->PrepareForThinLTO = b;
on the pass manager builder, but that doesn't seem to be enough?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: