[Mlir-commits] [mlir] 8472ae1 - [mlir] Add additional header
Jacques Pienaar
llvmlistbot at llvm.org
Thu Jun 11 16:48:26 PDT 2020
Author: Jacques Pienaar
Date: 2020-06-11T16:46:49-07:00
New Revision: 8472ae1773ab386516e199999e67bbf9650e6502
URL: https://github.com/llvm/llvm-project/commit/8472ae1773ab386516e199999e67bbf9650e6502
DIFF: https://github.com/llvm/llvm-project/commit/8472ae1773ab386516e199999e67bbf9650e6502.diff
LOG: [mlir] Add additional header
Fix gcc10 build and closes: https://bugs.llvm.org/show_bug.cgi?id=45680
Added:
Modified:
mlir/test/lib/Transforms/TestInlining.cpp
Removed:
################################################################################
diff --git a/mlir/test/lib/Transforms/TestInlining.cpp b/mlir/test/lib/Transforms/TestInlining.cpp
index e361d346c271..1cc762836b3c 100644
--- a/mlir/test/lib/Transforms/TestInlining.cpp
+++ b/mlir/test/lib/Transforms/TestInlining.cpp
@@ -14,6 +14,7 @@
#include "TestDialect.h"
#include "mlir/Dialect/StandardOps/IR/Ops.h"
+#include "mlir/IR/BlockAndValueMapping.h"
#include "mlir/IR/Function.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Transforms/InliningUtils.h"
More information about the Mlir-commits
mailing list