This revision was automatically updated to reflect the committed changes.
Closed by commit rG7be271537e97: [WebAssembly] Rename wasm_rethrow_in_catch
intrinsic/builtin (authored by aheejin).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94038/new/
h
aheejin updated this revision to Diff 315366.
aheejin added a comment.
Remove an extra word
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94038/new/
https://reviews.llvm.org/D94038
Files:
clang/include/clang/Basic/BuiltinsWebAssembly.def
clang
tlively accepted this revision.
tlively added inline comments.
This revision is now accepted and ready to land.
Comment at: llvm/include/llvm/IR/IntrinsicsWebAssembly.td:53
// throw / rethrow
+// The immediate argument is an index to for a tag, which is 0 for C++.
def int_wasm_
aheejin created this revision.
aheejin added reviewers: dschuff, tlively.
Herald added subscribers: wingo, dexonsmith, ecnelises, sunfish, hiraditya,
jgravelle-google, sbc100.
aheejin requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe