[PATCH] D23778: [ThinLTO] Move ThinLTOCodeGenerator implementation to target the new LTO API.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 16 11:37:12 PDT 2016
mehdi_amini added a comment.
In https://reviews.llvm.org/D23778#545093, @pcc wrote:
> I suppose a higher level question is whether you want to reimplement the entire ThinLTOCodeGenerator or just the libLTO interface?
Interestingly, I see it the opposite way: I'm trying for now to reimplement only the ThinLTOCodegenerator and not the full libLTO interface :)
https://reviews.llvm.org/D23778
More information about the llvm-commits
mailing list