[all-commits] [llvm/llvm-project] c63384: [mlir] Fix includes in mlir-translate
Marius Brehler via All-commits
all-commits at lists.llvm.org
Fri Sep 4 06:23:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c633842f134171f31ace7e64088045f3a4975a88
https://github.com/llvm/llvm-project/commit/c633842f134171f31ace7e64088045f3a4975a88
Author: Marius Brehler <marius.brehler at iml.fraunhofer.de>
Date: 2020-09-04 (Fri, 04 Sep 2020)
Changed paths:
M mlir/tools/mlir-translate/mlir-translate.cpp
Log Message:
-----------
[mlir] Fix includes in mlir-translate
Drops the include on InitAllDialects.h, as dialects are now initialized in the translation passes.
Differential Revision: https://reviews.llvm.org/D87129
More information about the All-commits
mailing list