[Mlir-commits] [mlir] [MLIR][python] include Rewrite.h (PR #95226)
Maksim Levental
llvmlistbot at llvm.org
Wed Jun 12 04:41:27 PDT 2024
https://github.com/makslevental created https://github.com/llvm/llvm-project/pull/95226
This fixes downstream builds.
>From 14bbcb781929eec953ed8e004e96e379e05af124 Mon Sep 17 00:00:00 2001
From: Maksim Levental <maksim.levental at gmail.com>
Date: Wed, 12 Jun 2024 06:41:07 -0500
Subject: [PATCH] [MLIR][python] include Rewrite.h
This fixes downstream builds.
---
mlir/python/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/mlir/python/CMakeLists.txt b/mlir/python/CMakeLists.txt
index d03036e17749d..23187f256455b 100644
--- a/mlir/python/CMakeLists.txt
+++ b/mlir/python/CMakeLists.txt
@@ -456,6 +456,7 @@ declare_mlir_python_extension(MLIRPythonExtension.Core
IRModule.h
Pass.h
PybindUtils.h
+ Rewrite.h
PRIVATE_LINK_LIBS
LLVMSupport
EMBED_CAPI_LINK_LIBS
More information about the Mlir-commits
mailing list