In https://reviews.llvm.org/D102044 we made exporting a TLS symbol
into an error, but we also want to error on import.
See https://github.com/emscripten-core/emscripten/issues/14461
Paths
| Differential D106385
[lld][WebAssembly] Error on import of TLS symbols in shared libraries ClosedPublic Authored by sbc100 on Jul 20 2021, 11:52 AM.
Details Summary In https://reviews.llvm.org/D102044 we made exporting a TLS symbol See https://github.com/emscripten-core/emscripten/issues/14461
Diff Detail
Event TimelineHerald added subscribers: wingo, ecnelises, jfb and 3 others. · View Herald TranscriptJul 20 2021, 11:52 AM This revision is now accepted and ready to land.Jul 20 2021, 12:13 PM This revision was landed with ongoing or failed builds.Jul 20 2021, 12:36 PM Closed by commit rGd51f74acdf39: [lld][WebAssembly] Error on import of TLS symbols in shared libraries (authored by sbc100). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 360236 lld/test/wasm/tls-import.s
lld/wasm/Relocations.cpp
|