[PATCH] D25345: [ThinLTO] Handle empty summaries during internalization

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 14:25:33 PDT 2016


tejohnson added a comment.

Ping. The fix in https://reviews.llvm.org/D25359 (which you already LGTM'd) depends on this change to make the handling of empty summaries consistent between llvm-lto and llvm-lto2 (i.e. ThinLTOCodeGenerator and the new LTO API).

The other alternative is to commit https://reviews.llvm.org/D25359 without any llvm-lto based tests, but that seems less than ideal.


https://reviews.llvm.org/D25345





More information about the llvm-commits mailing list