Skip to content
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

Fixup MLIR target export in AIEConfig.cmake #911

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stephenneuendorffer
Copy link
Collaborator

MLIR_CONFIG_INCLUDE_EXPORTS_FILE was not generated for a build directory, which caused errors when this was being used.

MLIR_CONFIG_INCLUDE_EXPORTS_FILE was not generated for a build directory,
which caused errors when this was being used.
Copy link
Collaborator

@makslevental makslevental left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me take a closer look at the bug itself.

@@ -87,10 +88,6 @@ install(
EXPORT AIETargets
DESTINATION ${AIE_INSTALL_PACKAGE_DIR}
COMPONENT aie-cmake-exports)
install(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Transcribing offline discussion: this is necessary to support downstream users because of how add_mlir_library works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants