[PATCH] D33151: ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 16:07:17 PDT 2017
aprantl updated this revision to Diff 99078.
aprantl added a comment.
Yes I think you are right. There are too many places that assume the Verifier is as function pass.
The updated patch disabled input verification in the pass manager builder and manually verifies the input.
https://reviews.llvm.org/D33151
Files:
lib/LTO/ThinLTOCodeGenerator.cpp
test/LTO/X86/Inputs/strip-debug-info.bc
test/LTO/X86/strip-debug-info.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33151.99078.patch
Type: text/x-patch
Size: 4862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170515/111dd705/attachment.bin>
More information about the llvm-commits
mailing list