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

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 10:37:57 PST 2018


yaxunl added a comment.

Can we reach consensus on how to fix this issue?

Letting LLParser accept an optional datalayout parameter and use it to override the datalayout in LLVM IR is simpler and more straightforward. There will be no change in Verifier.


https://reviews.llvm.org/D41832





More information about the llvm-commits mailing list