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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jun 12 05:17:16 PDT 2024


Author: Maksim Levental
Date: 2024-06-12T07:17:13-05:00
New Revision: 91175313d46de73ca45f37a6a5fb4f1b3bb16035

URL: https://github.com/llvm/llvm-project/commit/91175313d46de73ca45f37a6a5fb4f1b3bb16035
DIFF: https://github.com/llvm/llvm-project/commit/91175313d46de73ca45f37a6a5fb4f1b3bb16035.diff

LOG: [MLIR][python] include Rewrite.h (#95226)

Added: 
    

Modified: 
    mlir/python/CMakeLists.txt

Removed: 
    


################################################################################
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