summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries/crtend/C++-Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/runtime/GCCLibraries/crtend/C++-Exception.h')
-rw-r--r--llvm/runtime/GCCLibraries/crtend/C++-Exception.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/runtime/GCCLibraries/crtend/C++-Exception.h b/llvm/runtime/GCCLibraries/crtend/C++-Exception.h
index cc37294572e..9c5447b88a4 100644
--- a/llvm/runtime/GCCLibraries/crtend/C++-Exception.h
+++ b/llvm/runtime/GCCLibraries/crtend/C++-Exception.h
@@ -54,6 +54,7 @@ extern "C" {
void * __llvm_cxxeh_current_uncaught_exception_isa(const std::type_info *Ty);
void *__llvm_cxxeh_begin_catch(void);
+ void *__llvm_cxxeh_begin_catch_if_isa(const std::type_info *CatchType);
void __llvm_cxxeh_end_catch(void);
void __llvm_cxxeh_rethrow(void);
OpenPOWER on IntegriCloud