[Mlir-commits] [mlir] [MLIR][python] include Rewrite.h (PR #95226)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jun 12 04:41:54 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Maksim Levental (makslevental)

<details>
<summary>Changes</summary>

This fixes downstream builds.

---
Full diff: https://github.com/llvm/llvm-project/pull/95226.diff


1 Files Affected:

- (modified) mlir/python/CMakeLists.txt (+1) 


``````````diff
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

``````````

</details>


https://github.com/llvm/llvm-project/pull/95226


More information about the Mlir-commits mailing list