From 25d2a72fa9747cc258d736ad10985c823d965fc7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 13 Aug 2019 09:32:26 +0200 Subject: [PATCH] rebase of the patch --- debian/patches/libcxx/libcxxabi-arm-ehabi-fix.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/patches/libcxx/libcxxabi-arm-ehabi-fix.patch b/debian/patches/libcxx/libcxxabi-arm-ehabi-fix.patch index c476eb31..a9e64b6d 100644 --- a/debian/patches/libcxx/libcxxabi-arm-ehabi-fix.patch +++ b/debian/patches/libcxx/libcxxabi-arm-ehabi-fix.patch @@ -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*);