-
Notifications
You must be signed in to change notification settings - Fork 15.9k
[mlir][CAPI][transform] fix linker after #82190 #174866
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
Conversation
|
@llvm/pr-subscribers-mlir Author: Maksim Levental (makslevental) ChangesFull diff: https://github.com/llvm/llvm-project/pull/174866.diff 1 Files Affected:
diff --git a/mlir/lib/CAPI/Dialect/CMakeLists.txt b/mlir/lib/CAPI/Dialect/CMakeLists.txt
index 83bc6ff38852c..d5adda6dc00ea 100644
--- a/mlir/lib/CAPI/Dialect/CMakeLists.txt
+++ b/mlir/lib/CAPI/Dialect/CMakeLists.txt
@@ -465,6 +465,7 @@ add_mlir_upstream_c_api_library(MLIRCAPITransformDialect
LINK_LIBS PUBLIC
MLIRCAPIIR
MLIRTransformDialect
+ MLIRTransformDialectTransforms
)
add_mlir_upstream_c_api_library(MLIRCAPITransformDialectTransforms
|
b085a0c to
2245cd4
Compare
2245cd4 to
1ce47f8
Compare
|
Thanks for the fix! It seems there is still a linker error for our bot. Would you mind taking a look? Thanks! |
I would love to know how these are slipping through both pre-commit and various other bots... but okay let me do that one as well. |
|
fix here #174876 |
|
Thanks again for the quick fix! |
No description provided.