[PATCH] D41832: LLParser: add an argument for overriding data layout and do not check alloca addr space
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 10:33:20 PST 2018
aprantl accepted this revision.
aprantl added a comment.
Thanks, LGTM!
================
Comment at: lib/CodeGen/MIRParser/MIRParser.cpp:240
M = parseAssembly(MemoryBufferRef(BSN->getValue(), Filename), Error,
- Context, &IRSlots);
+ Context, &IRSlots, false);
if (!M) {
----------------
Perhaps comment what false means?
https://reviews.llvm.org/D41832
More information about the llvm-commits
mailing list