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

[kitsune] kit-config can query enabled frontends #60

Open
wants to merge 1 commit into
base: dev/19.x
Choose a base branch
from

Conversation

tarunprabhu
Copy link
Collaborator

In principle, not all frontends may be enabled in any given build. For instance, even after support for lowering Fortran' DO CONCURRENT loops to Tapir instructions is added, flang may still not be enabled. In this case, we want to be able to use kit-config to query whether the frontend has been built. The primary use for this is in the kitsune-test-suite which can then automatically enable/disable certain tests.

While implementing this, some code was also cleaned up.

In principle, not all frontends may be enabled in any given build. For instance,
even after support for lowering Fortran' DO CONCURRENT loops to Tapir
instructions is added, flang may still not be enabled. In this case, we want to
be able to use kit-config to query whether the frontend has been built. The
primary use for this is in the kitsune-test-suite which can then automatically
enable/disable certain tests.

While implementing this, some code was also cleaned up.
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.

1 participant