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

Add CA_LLVM_LIBDIR_SUFFIX. #705

Merged
merged 1 commit into from
Mar 7, 2025
Merged

Conversation

hvdijk
Copy link
Collaborator

@hvdijk hvdijk commented Mar 6, 2025

Overview

Add CA_LLVM_LIBDIR_SUFFIX.

Reason for change

When building against an LLVM that was built with LLVM_LIBDIR_SUFFIX set, we would fail to locate that LLVM's CMake files due to hardcoded paths.

Description of change

Allow CA_LLVM_LIBDIR_SUFFIX to be set to the same value to work around that.

Anything else we should know?

If there's any other relevant information we should know that may help us in
understanding and verifying your patch, please include it here.

Checklist

  • Read and follow the project Code of Conduct.
  • Make sure the project builds successfully with your changes.
  • Run relevant testing locally to avoid regressions.
  • Run clang-format-19 on all modified code.

When building against an LLVM that was built with LLVM_LIBDIR_SUFFIX
set, we would fail to locate that LLVM's CMake files due to hardcoded
paths. Allow CA_LLVM_LIBDIR_SUFFIX to be set to the same value to work
around that.
@hvdijk hvdijk merged commit aa11fc8 into uxlfoundation:main Mar 7, 2025
13 checks passed
@hvdijk hvdijk deleted the libdir-suffix branch March 7, 2025 15:56
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