[PATCH] D96824: [WebAssembly] Do not use EHCatchret symbols with wasm EH
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 11:04:37 PST 2021
dschuff added a comment.
Ah, you are right, I initially thought that we needed a new test because none of ours failed when their patch went in. But the reason for that was that the output is all assembly rather than object files.
I added `--implicit-check-not` to `exception.ll` and that does catch the error.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96824/new/
https://reviews.llvm.org/D96824
More information about the llvm-commits
mailing list