search for: f7d805db

Displaying 2 results from an estimated 2 matches for "f7d805db".

2018 Aug 06
3
Getting Object Files During LTO
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?
2018 Aug 06
2
Getting Object Files During LTO
...ent off to the final link phase be: foo, bar, baz, mux, nux, bork (This assumes that none of those functions were inlined or otherwise deleted.) -bw -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180806/f7d805db/attachment-0001.html>