[PATCH] D33615: Move summary dead stripping before regular LTO and record results in the combined summary

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 17:33:29 PDT 2017


eugenis added a comment.

In https://reviews.llvm.org/D33615#766324, @pcc wrote:

> Can we repurpose the `LiveRoot` bit to mean `Live`?


As in give it a different meaning in combined summary? Looks like we can do that. We'll still need to increase the version number because existing objects have LiveRoot==false for most symbols.


Repository:
  rL LLVM

https://reviews.llvm.org/D33615





More information about the llvm-commits mailing list