[PATCH] D53890: [LTO] Record LTOUnit flag in index and validate during LTO link
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 9 15:59:14 PST 2018
pcc added a comment.
> without LTOUnit (for purely summary-based class hierarchy analyses).
We might want a different name for the flag then, because a translation unit that is subject to purely summary-based class hierarchy analysis is still part of the LTO unit, it just participates in fewer optimizations.
Repository:
rL LLVM
https://reviews.llvm.org/D53890
More information about the llvm-commits
mailing list