Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 745813 | Differences between
and this patch

Collapse All | Expand All

(-)libreoffice-6.4.7.2-llvm-11.orig/bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx (-1 / +1 lines)
Lines 108-114 Link Here
108
struct __cxa_exception {
108
struct __cxa_exception {
109
#if defined _LIBCPPABI_VERSION // detect libc++abi
109
#if defined _LIBCPPABI_VERSION // detect libc++abi
110
#if defined __LP64__ || LIBCXXABI_ARM_EHABI
110
#if defined __LP64__ || LIBCXXABI_ARM_EHABI
111
#if 0
111
#if 1
112
    // This is a new field added with LLVM 11
112
    // This is a new field added with LLVM 11
113
    // <https://github.com/llvm/llvm-project/commit/f2a436058fcbc11291e73badb44e243f61046183>
113
    // <https://github.com/llvm/llvm-project/commit/f2a436058fcbc11291e73badb44e243f61046183>
114
    // "[libcxxabi] Insert padding in __cxa_exception struct for compatibility".  The HACK in
114
    // "[libcxxabi] Insert padding in __cxa_exception struct for compatibility".  The HACK in

Return to bug 745813