[all-commits] [llvm/llvm-project] 33f431: [AsmParser] move AsmParser::getContext to IR library.
Chris Lattner via All-commits
all-commits at lists.llvm.org
Wed Sep 29 22:07:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33f43153248a286f7749d2a838259fb3431ca929
https://github.com/llvm/llvm-project/commit/33f43153248a286f7749d2a838259fb3431ca929
Author: Chris Lattner <clattner at nondot.org>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M mlir/lib/IR/AsmPrinter.cpp
Log Message:
-----------
[AsmParser] move AsmParser::getContext to IR library.
This is (perhaps unintuitively) where the other AsmParser method
implementations are, which means that dialects don't generally need
to depend on MLIRParser directly. This should fix a build failure
building .so files on the mlir-nvidia builder.
More information about the All-commits
mailing list