[Mlir-commits] [mlir] e598ab1 - Add missing CMake dependency for mlir/lib/Reducer (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Wed Jun 2 09:55:56 PDT 2021
Author: Mehdi Amini
Date: 2021-06-02T16:55:09Z
New Revision: e598ab1c06dd663535f69a1a52116df1ca9024f4
URL: https://github.com/llvm/llvm-project/commit/e598ab1c06dd663535f69a1a52116df1ca9024f4
DIFF: https://github.com/llvm/llvm-project/commit/e598ab1c06dd663535f69a1a52116df1ca9024f4.diff
LOG: Add missing CMake dependency for mlir/lib/Reducer (NFC)
The `OptReductionPass.cpp` file depends on the TableGen generated
`mlir/Reducer/Passes.h.inc` file.
Added:
Modified:
mlir/lib/Reducer/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/lib/Reducer/CMakeLists.txt b/mlir/lib/Reducer/CMakeLists.txt
index e6dd93392179..cd928022becc 100644
--- a/mlir/lib/Reducer/CMakeLists.txt
+++ b/mlir/lib/Reducer/CMakeLists.txt
@@ -8,6 +8,7 @@ add_mlir_library(MLIRReduce
MLIRPass
MLIRRewrite
MLIRTransformUtils
+ MLIRReducerIncGen
)
mlir_check_all_link_libraries(MLIRReduce)
More information about the Mlir-commits
mailing list