[PATCH] D112833: [lld][WebAssembly] Generate TLS relocation code also when linking statically
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 29 12:11:44 PDT 2021
dschuff accepted this revision.
dschuff added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/wasm/SyntheticSections.cpp:460
+ if (!sym->isStub) {
+ // In the case of dynamic linking, these global must to be mutable since
+ // they get updated to the correct runtime value during
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112833/new/
https://reviews.llvm.org/D112833
More information about the llvm-commits
mailing list