The default thread model for wasm is single, and in this mode thread-local
global variables can be lowered identically to non-thread-local variables.
Fixes PR36807
Differential D44703
[WebAssembly] Strip threadlocal attribute from globals in single thread mode dschuff on Mar 20 2018, 2:27 PM. Authored by
Details The default thread model for wasm is single, and in this mode thread-local Fixes PR36807
Diff Detail
Event TimelineComment Actions Thanks for fixing this!
|