[lld] [lld][WebAssembly] Fix TLS-relative relocations when linking without shared memory (PR #116136)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 17:21:35 PST 2024
================
@@ -514,7 +514,10 @@ void GlobalSection::writeBody() {
} else {
----------------
dschuff wrote:
does the extended-const case also need to be updated?
https://github.com/llvm/llvm-project/pull/116136
More information about the llvm-commits
mailing list