[PATCH] D105519: [WebAssembly] Deduplicate imports of the same module name, field name, and type
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 21 17:04:03 PDT 2021
MaskRay added a comment.
In D105519#2895079 <https://reviews.llvm.org/D105519#2895079>, @fitzgen wrote:
> Is there documentation anywhere on how to build `wasm-ld` with memory sanitizer enabled?
https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
msan isn't usable without an instrumented C++ standard library.
I personally use simplified https://github.com/MaskRay/Config/wiki/LLVM `out/msan`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105519/new/
https://reviews.llvm.org/D105519
More information about the llvm-commits
mailing list