[PATCH] D27324: IPO: Introduce ThinLTOBitcodeWriter pass.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 16:44:34 PST 2016
pcc added a comment.
In https://reviews.llvm.org/D27324#613981, @mehdi_amini wrote:
> What does the 190s in the optimizer correspond to? (i.e. is it only building the combined "vtables module"?)
Yes, that's the "vtables module". Note that it's probably just the LowerTypeTests pass being slow.
https://reviews.llvm.org/D27324
More information about the llvm-commits
mailing list