[PATCH] D81702: [WASM] Avoid passing uninit section indices when not creating code or data sections
Gui Andrade via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 19:15:51 PDT 2020
guiand added a comment.
The second option sounds good to me! I'll make the change tomorrow.
I've been working on stricter msan checks to flag uninit data crossing function boundaries (as it's UB in C++). You can find that change pending at https://reviews.llvm.org/D81699.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81702/new/
https://reviews.llvm.org/D81702
More information about the llvm-commits
mailing list