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

YAMAMOTO Takashi via llvm-commits llvm-commits at lists.llvm.org
Fri May 17 00:34:52 PDT 2024


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

done

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


More information about the llvm-commits mailing list