]> granicus.if.org Git - clang/commit
Remove __builtin_wasm_rethrow builtin
authorHeejin Ahn <aheejin@gmail.com>
Fri, 15 Sep 2017 22:01:22 +0000 (22:01 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Fri, 15 Sep 2017 22:01:22 +0000 (22:01 +0000)
commit76889b5ed5baef12d4f2888f7ff9fee677c940c3
treedb5f63c3e4d6930769e1bd346b233cd3494a0d3f
parentf5779ed24ea68e59509ac648aac13c197170ab4d
Remove __builtin_wasm_rethrow builtin

Summary:
Remove `__builtin_wasm_rethrow` builtin. I thought it was required to implement
`__cxa_rethrow` function in libcxxabi, but it turned out it will be using
`__builtin_wasm_throw` instead.

Reviewers: dschuff, jgravelle-google

Reviewed By: jgravelle-google

Subscribers: jfb, sbc100, jgravelle-google

Differential Revision: https://reviews.llvm.org/D37931

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@313402 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsWebAssembly.def
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/builtins-wasm.c