[all-commits] [llvm/llvm-project] 627387: [lld] enable installing lld headers and libraries ...
Maksim Levental via All-commits
all-commits at lists.llvm.org
Sun Feb 16 12:18:31 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 627387722469a358a80d77488509fb23d890d402
https://github.com/llvm/llvm-project/commit/627387722469a358a80d77488509fb23d890d402
Author: Maksim Levental <maksim.levental at gmail.com>
Date: 2025-02-16 (Sun, 16 Feb 2025)
Changed paths:
M lld/CMakeLists.txt
M lld/cmake/modules/AddLLD.cmake
Log Message:
-----------
[lld] enable installing lld headers and libraries as part of distribution (#127123)
This patch allows `lld-headers` and `lld-libraries` in
`LLVM_DISTRIBUTION_COMPONENTS` to be specified and thus enable piecewise
installation of `lld/**/*.h` headers and/or lld libraries (both in
shared and static builds).
This is similar to use cases such as
`clang;clang-headers;clang-libraries`. Note when `lld-libraries` is
present, `llvm-libraries` must be present as well because various lld
libraries depend on various llvm libraries.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list