[lld] [lld][WebAssembly] Always search *.so for -Bdynamic (PR #84288)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 7 21:57:03 PST 2024
MaskRay wrote:
In ELF linkers, -Bdynamic is the default. Clang Driver `-static` passes `-static` to the linker.
https://github.com/llvm/llvm-project/pull/84288
More information about the llvm-commits
mailing list