Skip to content

[flang-rt] Make FLANG_RT_INSTALL_RESOURCE_PATH configurable #128561

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
Feb 25, 2025

Conversation

mgorny
Copy link
Member

@mgorny mgorny commented Feb 24, 2025

Make it possible to change the path used to install flang-rt library. This is particularly necessary for standalone builds, where the CMake script currently hardwires the default clang install path, and therefore is incorrect for distributions that override it. However, for consistency I have made it configurable unconditionally, preserving the current defaults.

Make it possible to change the path used to install flang-rt library.
This is particularly necessary for standalone builds, where the CMake
script currently hardwires the default clang install path, and therefore
is incorrect for distributions that override it.  However, for
consistency I have made it configurable unconditionally, preserving
the current defaults.
Copy link
Member

@Meinersbur Meinersbur left a comment

Choose a reason for hiding this comment

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

LGTM

@mgorny
Copy link
Member Author

mgorny commented Feb 25, 2025

Thanks!

@mgorny mgorny merged commit d254fa8 into llvm:main Feb 25, 2025
10 checks passed
@mgorny mgorny deleted the flang-rt-install-res-path branch February 25, 2025 08:47
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