[PATCH] D22173: Move LTO.cpp to a new LTOResolution library.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 17:07:13 PDT 2016
pcc added a comment.
> If we're just dealing with legacy here, I'd just move all these into include/llvm/LTO/legacy/ instead.
I think that would work as well, but I wanted to make a clean break.
We'll also have LTOBackend.cpp which will be used by clang. I think Teresa mentioned some problems depending on the existing LTO library from clang, but let me see if I can get it to work. If not, I guess we can move the implementation to lib/LTO/Legacy.
http://reviews.llvm.org/D22173
More information about the llvm-commits
mailing list