LSan is currently being ported to Emscripten and mostly works.
Enabling the support in upstream would simplify testing.
Differential D62830
[WebAssembly] Support Leak Sanitizer on Emscripten quantum on Jun 3 2019, 4:10 PM. Authored by
Details LSan is currently being ported to Emscripten and mostly works. Enabling the support in upstream would simplify testing.
Diff Detail
Event TimelineComment Actions LSan is supposed to be linked in to replace some C library functions, and does not change the generated LLVM IR code, so there is nothing to actually test in LLVM. Comment Actions It's not urgent, so I am willing to wait a day or two for commit access. If I still can't get access by then, I'll ask someone else to commit this. |