[Mlir-commits] [mlir] e089382 - [MLIR] Add MLIRConversionPassIncGen to cmake deps for FrozenRewritePatternSet (#110054)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Sep 26 12:09:54 PDT 2024
Author: Lenny Truong
Date: 2024-09-26T12:09:51-07:00
New Revision: e08938280ad1d6a79785919bf89c2b670d379055
URL: https://github.com/llvm/llvm-project/commit/e08938280ad1d6a79785919bf89c2b670d379055
DIFF: https://github.com/llvm/llvm-project/commit/e08938280ad1d6a79785919bf89c2b670d379055.diff
LOG: [MLIR] Add MLIRConversionPassIncGen to cmake deps for FrozenRewritePatternSet (#110054)
Fixes missing header in downstream circt python wheel build (e.g.
https://github.com/llvm/circt/actions/runs/11022589675/job/30612234430).
Confirmed by
* https://github.com/llvm/circt/actions/runs/11040046220/job/30667073462
*
https://github.com/llvm/circt/commit/0646e7e9276ff9bf6e7561c399fbe8c3431b509a
Added:
Modified:
mlir/lib/Rewrite/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/lib/Rewrite/CMakeLists.txt b/mlir/lib/Rewrite/CMakeLists.txt
index a6c39406aa4b3e..15b3739e4c6337 100644
--- a/mlir/lib/Rewrite/CMakeLists.txt
+++ b/mlir/lib/Rewrite/CMakeLists.txt
@@ -9,6 +9,7 @@ add_mlir_library(MLIRRewrite
DEPENDS
mlir-generic-headers
+ MLIRConversionPassIncGen
LINK_LIBS PUBLIC
MLIRIR
More information about the Mlir-commits
mailing list