[lld] [lld][WebAssembly] Always search *.so for -Bdynamic (PR #84288)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 09:14:24 PDT 2024


================
@@ -72,7 +72,7 @@ struct Configuration {
   bool stripAll;
   bool stripDebug;
   bool stackFirst;
-  bool isStatic = false;
+  bool isStatic = true;
----------------
sbc100 wrote:

Perhaps a comment:  "Because dyamanic linking under Wasm is still experimental we default to static linking"

https://github.com/llvm/llvm-project/pull/84288


More information about the llvm-commits mailing list