summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/BuiltinsWebAssembly.def
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2017-09-15 22:01:22 +0000
committerHeejin Ahn <aheejin@gmail.com>2017-09-15 22:01:22 +0000
commit76889b5ed5baef12d4f2888f7ff9fee677c940c3 (patch)
treedb5f63c3e4d6930769e1bd346b233cd3494a0d3f /include/clang/Basic/BuiltinsWebAssembly.def
parentf5779ed24ea68e59509ac648aac13c197170ab4d (diff)
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
Diffstat (limited to 'include/clang/Basic/BuiltinsWebAssembly.def')
-rw-r--r--include/clang/Basic/BuiltinsWebAssembly.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Basic/BuiltinsWebAssembly.def b/include/clang/Basic/BuiltinsWebAssembly.def
index 19318dcebb..e9d8ea6325 100644
--- a/include/clang/Basic/BuiltinsWebAssembly.def
+++ b/include/clang/Basic/BuiltinsWebAssembly.def
@@ -23,6 +23,5 @@ BUILTIN(__builtin_wasm_grow_memory, "zz", "n")
// Exception handling builtins.
BUILTIN(__builtin_wasm_throw, "vUiv*", "r")
-BUILTIN(__builtin_wasm_rethrow, "v", "r")
#undef BUILTIN