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

[CMAKE] Cleanup logic for enabling SPIR-V #6112

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

Conversation

llvm-beanz
Copy link
Collaborator

This just cleans up the logic for enabling and disabling building SPIR-V and the SPIR-V tests. It is extremely unusable to ignore a user-defined value that is specified as an option. In the current code if a user enables SPIR-V tests but disables SPIR-V codegen, the user-specified option to enable codegen gets ignored.

@s-perron
Copy link
Collaborator

The changes look good to me. I cannot see why the bots failed.

This just cleans up the logic for enabling and disabling building SPIR-V
and the SPIR-V tests. It is _extremely_ unusable to ignore a
user-defined value that is specified as an option. In the current code
if a user enables SPIR-V tests but disables SPIR-V codegen, the
user-specified option to enable codegen gets ignored.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

Successfully merging this pull request may close these issues.

None yet

3 participants