llvm-project
44a1d740 - [lld][WebAssembly] Always initialize fixed `__tls_base` in single threaded mode (#193563)

Commit
6 days ago
[lld][WebAssembly] Always initialize fixed `__tls_base` in single threaded mode (#193563) Without this fix `__tls_base` can remain set to zero which leads `__builtin_thread_pointer` to return NULL, which is should not. See https://github.com/emscripten-core/emscripten/pull/26747
Author
Parents
Loading