[PATCH] D66545: [WebAssembly] Add Emscripten support for UBSan, LSan and ASan
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 22 11:49:12 PDT 2019
tlively added inline comments.
================
Comment at: compiler-rt/lib/asan/asan_flags.cpp:28
+#include <emscripten/em_asm.h>
+#endif
+
----------------
It might be worth tucking these conditional imports away in a more isolated location. Where do other platforms put this kind of stuff?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66545/new/
https://reviews.llvm.org/D66545
More information about the llvm-commits
mailing list