Files
Sam Clegg 44a1d74033 [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
2026-04-23 11:39:38 -07:00
..