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
- rG LLVM Github Monorepo
- Build Status
Buildable 35213 Build 35212: arc lint + arc unit
Event Timeline
cfe/trunk/include/clang/Basic/BuiltinsWebAssembly.def | ||
---|---|---|
34 ↗ | (On Diff #210632) | This can also be "p" for "pure", which despite the name, just means there are no mutating side effects. |