[lld] [WebAssembly] Generate a call to __wasm_apply_global_tls_relocs in __wasm_init_memory (PR #149832)
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 1 13:14:35 PDT 2025
sbc100 wrote:
Taking another look at the code it seem like this should actually be safe since `__wasm_apply_global_tls_relocs` only contains relocations for `internalGotSymbols` which are symbols that resolve to DSO-local addresses.
https://github.com/llvm/llvm-project/pull/149832
More information about the llvm-commits
mailing list