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

[Flang] Optionally do not compile the runtime in-tree #122336

Draft
wants to merge 5 commits into
base: users/meinersbur/flang_runtime_Testing
Choose a base branch
from

Conversation

Meinersbur
Copy link
Member

Introduce the CMake switch FLANG_INCLUDE_RUNTIME. When set to off, do not add build instructions for the runtime.

This is required for Flang-RT (#110217) and the current runtime CMake code to exist at the same time. When using LLVM_ENABLE_RUNTIME=flang-rt, the in-tree build instructions are in conflict and must be disabled.

Extracted out of #110217

Copy link

github-actions bot commented Jan 9, 2025

✅ With the latest revision this PR passed the Python code formatter.

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