[PATCH] D19987: Allow the LTO code generator to drop malformed debug info from the input

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 10:51:29 PDT 2016


joker.eph added a comment.

In http://reviews.llvm.org/D19987#424207, @joker.eph wrote:

> I think we'll to double check the LTO flow after this gets in, because the verifier is also run in the pass pipeline, and we should avoid running it two times.


For posterity: Adrian and me double-checked offline and the second run of the verifier at the beginning of the optimizer only occurs for assert build. Even in this case, there is the internalization that takes place in-between so it is not "useless". We don't plan any further actions here.


http://reviews.llvm.org/D19987





More information about the llvm-commits mailing list