Commit e1692b4
authored
[compiler-rt] Build with -DCOMPILER_RT_HAS_ATOMICS (emscripten-core#24580)
It looks like without this the fallback functions are not actually
thread safe:
https://github.com/llvm/llvm-project/blob/63b80dd01dafc92104ee43e4f0f5296d644c25ec/compiler-rt/lib/profile/InstrProfilingUtil.c#L102-L119
Followup to emscripten-core#241601 parent 645f5b1 commit e1692b4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
939 | 939 | | |
940 | 940 | | |
941 | 941 | | |
942 | | - | |
| 942 | + | |
943 | 943 | | |
944 | 944 | | |
945 | 945 | | |
| |||
0 commit comments