[PATCH] D41832: LLParser: do not verify LLVM module
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 25 10:21:16 PST 2018
arsenm added a comment.
In https://reviews.llvm.org/D41832#988192, @aprantl wrote:
> You are saying that if a datalayout is specified on the command line, it should override what is in the file? That sounds very reasonable to me.
Yes. I think an earlier version of the patch did something like that, but it seemed cleaner to me to separate the verifier from the initial IR parsing
https://reviews.llvm.org/D41832
More information about the llvm-commits
mailing list