[PATCH] D96824: [WebAssembly] Do not use EHCatchret symbols with wasm EH
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 07:01:58 PST 2021
aheejin added a comment.
Sorry, on second thought, I don't even think we need a new test case for this. All existing exception-using test cases will show the same behavior, so I think you can add
; Check that no $ehgcr symbols are emitted
; CHECK-NOT: $ehgcr
to somewhere like test/CodeGen/WebAssebly/exception.ll.
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