mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-04 21:00:19 +00:00
rebase of the patch
This commit is contained in:
parent
608352b504
commit
25d2a72fa9
@ -66,10 +66,10 @@ Index: llvm-toolchain-snapshot_9~svn353687/libcxxabi/src/cxa_exception.cpp
|
||||
#endif
|
||||
// Some sort of unwinding error. Note that terminate is a handler.
|
||||
__cxa_begin_catch(&dep_exception_header->unwindHeader);
|
||||
Index: llvm-toolchain-snapshot_9~svn353687/libcxxabi/src/cxa_exception.hpp
|
||||
Index: llvm-toolchain-snapshot_9~svn353687/libcxxabi/src/cxa_exception.h
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_9~svn353687.orig/libcxxabi/src/cxa_exception.hpp
|
||||
+++ llvm-toolchain-snapshot_9~svn353687/libcxxabi/src/cxa_exception.hpp
|
||||
--- llvm-toolchain-snapshot_9~svn353687.orig/libcxxabi/src/cxa_exception.h
|
||||
+++ llvm-toolchain-snapshot_9~svn353687/libcxxabi/src/cxa_exception.h
|
||||
@@ -27,6 +27,45 @@ uint64_t __getExceptionClass (const _Un
|
||||
void __setExceptionClass ( _Unwind_Exception*, uint64_t);
|
||||
bool __isOurExceptionClass(const _Unwind_Exception*);
|
||||
|
Loading…
Reference in New Issue
Block a user