Add __builtin_wasm_tls_base so that LeakSanitizer can find the thread-local
block and scan through it for memory leaks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
cfe/trunk/include/clang/Basic/BuiltinsWebAssembly.def | ||
---|---|---|
34 | This can also be "p" for "pure", which despite the name, just means there are no mutating side effects. |
This can also be "p" for "pure", which despite the name, just means there are no mutating side effects.