diff options
Diffstat (limited to 'runtime/GCCLibraries/crtend/C++-Exception.h')
-rw-r--r-- | runtime/GCCLibraries/crtend/C++-Exception.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/crtend/C++-Exception.h b/runtime/GCCLibraries/crtend/C++-Exception.h index cc37294572..9c5447b88a 100644 --- a/runtime/GCCLibraries/crtend/C++-Exception.h +++ b/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); |