[PATCH] D62830: [WebAssembly] Support Leak Sanitizer on Emscripten

Guanzhong Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 4 11:28:31 PDT 2019


quantum added a comment.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62830/new/

https://reviews.llvm.org/D62830





More information about the cfe-commits mailing list