[PATCH] D41832: LLParser: do not verify LLVM module
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 25 09:58:24 PST 2018
arsenm added a comment.
In https://reviews.llvm.org/D41832#988150, @aprantl wrote:
> It sounds like what we really want is a --disable-datalayout-verification option that specifically just disables that one check?
I don't think this should be an option. We want the tools to work correctly with the verifier without manual intervention. Alternatively the parser should accept the datalayout and ignore whatever is parsed in the module?
https://reviews.llvm.org/D41832
More information about the llvm-commits
mailing list