Skip to content

[mlir][ArmSME] Add missing dependencies in ArmSME transforms #75269

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
Dec 13, 2023

Conversation

GeorgeARM
Copy link
Contributor

Inject missing dependency between generated files that could cause build issues.

Inject missing dependency between generated files that could cause build
issues.

Signed-off-by: Georgios Pinitas <[email protected]>
@llvmbot
Copy link
Member

llvmbot commented Dec 13, 2023

@llvm/pr-subscribers-mlir

@llvm/pr-subscribers-mlir-sme

Author: Georgios Pinitas (GeorgeARM)

Changes

Inject missing dependency between generated files that could cause build issues.


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

1 Files Affected:

  • (modified) mlir/include/mlir/Dialect/ArmSME/Transforms/CMakeLists.txt (+1)
diff --git a/mlir/include/mlir/Dialect/ArmSME/Transforms/CMakeLists.txt b/mlir/include/mlir/Dialect/ArmSME/Transforms/CMakeLists.txt
index 38f48757b7749b..509f3fc2519cbf 100644
--- a/mlir/include/mlir/Dialect/ArmSME/Transforms/CMakeLists.txt
+++ b/mlir/include/mlir/Dialect/ArmSME/Transforms/CMakeLists.txt
@@ -3,5 +3,6 @@ mlir_tablegen(Passes.h.inc -gen-pass-decls -name ArmSME)
 mlir_tablegen(PassesEnums.h.inc -gen-enum-decls)
 mlir_tablegen(PassesEnums.cpp.inc -gen-enum-defs)
 add_public_tablegen_target(MLIRArmSMETransformsIncGen)
+add_dependencies(mlir-headers MLIRArmSMETransformsIncGen)
 
 add_mlir_doc(Passes ArmSMEPasses ./ -gen-pass-doc)

@GeorgeARM GeorgeARM merged commit 9243328 into llvm:main Dec 13, 2023
@GeorgeARM GeorgeARM deleted the fix_build branch May 2, 2025 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants