Skip to content

[MLIR][python] include Rewrite.h #95226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Conversation

makslevental
Copy link
Contributor

This fixes downstream builds.

This fixes downstream builds.
@llvmbot llvmbot added mlir:python MLIR Python bindings mlir labels Jun 12, 2024
@llvmbot
Copy link
Member

llvmbot commented Jun 12, 2024

@llvm/pr-subscribers-mlir

Author: Maksim Levental (makslevental)

Changes

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

@makslevental makslevental requested a review from jpienaar June 12, 2024 11:45
@makslevental makslevental merged commit 9117531 into main Jun 12, 2024
8 of 9 checks passed
@makslevental makslevental deleted the users/makslevental/fixrewrite branch June 12, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mlir:python MLIR Python bindings mlir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants