Skip to content

[LLVM] Fix runtimes builds not triggering without LLVM_ENABLE_RUNTIMES #94225

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
Jun 3, 2024

Conversation

jhuber6
Copy link
Contributor

@jhuber6 jhuber6 commented Jun 3, 2024

Summary:
The runtimes builds create separate projects. Normally these use
LLVM_EANBLE_RUNTIMES. However, we can also use LLVM_RUNTIME_TARGETS
and RUNTIMES_<target>_LLVM_ENABLE_RUNTIMES to enable them. Currently,
if LLVM_RUNTIME_TARGETS isn't specified this is completely ignored.
This patch fixes the behavior so we can only specify the cross-compiling
versions.

Summary:
The runtimes builds create separate projects. Normally these use
`LLVM_EANBLE_RUNTIMES`. However, we can also use `LLVM_RUNTIME_TARGETS`
and `RUNTIMES_<target>_LLVM_ENABLE_RUNTIMES` to enable them. Currently,
if `LLVM_RUNTIME_TARGETS` isn't specified this is completely ignored.
This patch fixes the behavior so we can only specify the cross-compiling
versions.
@jhuber6 jhuber6 merged commit ebd6227 into llvm:main Jun 3, 2024
8 checks passed
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.

2 participants