[llvm-dev] Getting Object Files During LTO

Bill Wendling via llvm-dev llvm-dev at lists.llvm.org
Mon Aug 6 16:13:41 PDT 2018


Is there a way to get object files from the LTO step before the linker
performs the final link phase? What I'd like to do is given these bitcode
files:

  a.lto.o, b.lto.o, c.lto.o

run LTO on them and get out the object files:

  a.o, b.o, c.o

(These .o files hold the code that is sent directly to the final link
phase.)

If there doesn't currently exist a way, is such a thing possible?

-bw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180806/e57c2f92/attachment.html>


More information about the llvm-dev mailing list