[all-commits] [llvm/llvm-project] d51f74: [lld][WebAssembly] Error on import of TLS symbols ...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Tue Jul 20 12:36:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d51f74acdf3950628b90320dae9a169762ad225c
https://github.com/llvm/llvm-project/commit/d51f74acdf3950628b90320dae9a169762ad225c
Author: Sam Clegg <sbc at chromium.org>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
A lld/test/wasm/tls-import.s
M lld/wasm/Relocations.cpp
Log Message:
-----------
[lld][WebAssembly] Error on import of TLS symbols in shared libraries
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
Differential Revision: https://reviews.llvm.org/D106385
More information about the All-commits
mailing list