[PATCH] D19988: Separate the Verifier into an analysis and a transformation pass optionally stripping malformed debug info.
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Thu May 5 11:28:19 PDT 2016
aprantl added a comment.
This patch is doing the the same thing that http://reviews.llvm.org/D19987 does for LTO for the regular pipeline. Frontends like clang invoke the Verifier by adding it to the pass pipeline.
http://reviews.llvm.org/D19988
More information about the llvm-commits
mailing list