[lld] [wasm-ld] Refactor WasmSym from static globals to per-link context (PR #134970)
Anutosh Bhat via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 9 12:07:27 PDT 2025
================
@@ -32,6 +32,7 @@ class InputTable;
class InputGlobal;
class InputFunction;
class Symbol;
+struct WasmSym;
----------------
anutosh491 wrote:
Hmmm, I remember getting some error when I was building llvm without it locally :(
I can try finding the error !
https://github.com/llvm/llvm-project/pull/134970
More information about the llvm-commits
mailing list