[PATCH] D33151: ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 12 20:39:58 PDT 2017
mehdi_amini added a comment.
What about disabling the verification as part of the pass pipeline and just do the manual call to the verifier on loading?
The thing that is messy is that we want to avoid verifying all the buffers on every cross-module import, but I'm not sure about the debug-info dropping?
Repository:
rL LLVM
https://reviews.llvm.org/D33151
More information about the llvm-commits
mailing list