Displaying 2 results from an estimated 2 matches for "b9682b59".
2015 Dec 04
2
LTO on libraries
Hello,
Is there a combination of the current tools would would allow me to apply LTO to a set of object files where are less than an entire application? Similar to “ld –r” for doing a partial link.
I assume it would start with “clang –flto –c {a,b,c}.c” but the a subsequent link step fails do to unresolved references of course.
Using llvm-link will linke the bitcode files but does not trigger
2015 Dec 05
2
LTO on libraries
...LLVM Developers mailing list
llvm-dev at lists.llvm.org<mailto: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/20151205/b9682b59/attachment.html>