[PATCH] D68552: [WebAssembly] Fix unwind mismatch stat computation
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 19:12:37 PDT 2019
shchenz added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll:706
+; Check if the unwind destination mismatch stats are correct
+; NOSORT-STAT: 11 wasm-cfg-stackify - Number of EH pad unwind mismatches found
----------------
This causes `make check-llvm` fail for release llc.
Need to add `; REQUIRES: asserts` at the beginning?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68552/new/
https://reviews.llvm.org/D68552
More information about the llvm-commits
mailing list