[clang] [lld] [lld][WebAssembly] Default to -Bdynamic in wasm-ld (PR #206185)
Carlo Cabrera via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 11:02:05 PDT 2026
carlocab wrote:
> Given that I'd like `wasi-sdk` to remain the same by default, but as-is this'd require `-Bstatic` to be specified by all users.
This can probably be fixed by putting `-Bstatic` in the [configuration file](https://github.com/WebAssembly/wasi-sdk/blob/main/clang.cfg) that ships with wasi-sdk.
https://github.com/llvm/llvm-project/pull/206185
More information about the llvm-commits
mailing list