[llvm] [llvm] update a few llvm unit tests to link statically (PR #145448)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 25 12:50:39 PDT 2025
nikic wrote:
Thanks. I don't have a strong opinion here. The main downside to forcing static linking here is that we spend more time linking and take up more space. cc @rnk
By the way, I think for FileCheck, we should exclude that components from the dylib entirely -- it's only used by FileCheck, and utilities are always statically linked. So static linking for that test makes sense.
https://github.com/llvm/llvm-project/pull/145448
More information about the llvm-commits
mailing list