[PATCH] D20268: [wip] Resolution-based LTO API.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 17:50:43 PDT 2016


joker.eph added a comment.

In http://reviews.llvm.org/D20268#435099, @tejohnson wrote:

> Just started to look through the new patch. A high level question - for the distributed backend case, is the idea that clang would invoke LTOBackend:: runThinLtoBackendThread directly, instead of setting up a pass pipeline itself? Were you able to get this patch to work with the clang side distributed backend path?


That was not my understanding, I'd expect *only* the linker to interact with this API.

I'd expect an implementation of ThinLTO distributed backend here to produce and serialize the information needed by the individual clang job (since the linker is not expected to produce a binary at this point, right?).


http://reviews.llvm.org/D20268





More information about the llvm-commits mailing list