aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qcom_clk/(public-mirror)
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2025-06-18 10:06:25 +0000
committerDimitry Andric <dim@FreeBSD.org>2025-12-23 21:01:40 +0000
commit8d5a11cd0137d3ad70f6b06e063ea91a776d510a (patch)
tree986feb75d0100f449d80ecc93be4f1d11993cee6 /sys/dev/qcom_clk/(public-mirror)
parent5819f8b285fc55a75e5dea56ffe73b376525150c (diff)
src.conf: Add WITH_LLVM_LINK_STATIC_LIBRARIES build knobHEADmain
In commit 2e47f35be5dc libllvm, libclang and liblldb were converted into private shared libraries. This allowed clang, lld, lldb, and other llvm tools to be linked against these shared libraries, which makes them smaller and avoids duplication. However, this also comes at the cost of some performance, since the dynamic libraries are quite large, and contain lots of long symbols (mangled C++ identifiers). Add a WITH_LLVM_LINK_STATIC_LIBRARIES build knob that can be used to go back to the previous behavior: libllvm, libclang and liblldb are built as internal static libraries, i.e. only available during buildworld, and fully linked into the various executables such as clang, lld, etc. PR: 287447 Reviewed by: emaste MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D50956
Diffstat (limited to 'sys/dev/qcom_clk/(public-mirror)')
0 files changed, 0 insertions, 0 deletions