[PATCH] D41832: LLParser: do not verify LLVM module

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 09:33:27 PST 2018


aprantl added a comment.

Note that in production environments (think: non-asserts builds of LLVM) we *always* want/must run the verifier on any external input. This is very important for correctness and even for security (imagine LLVM as a JIT compiler for example).


https://reviews.llvm.org/D41832





More information about the llvm-commits mailing list