[llvm-bugs] [Bug 26562] New: libc++abi doesn't make __cxa_exception public

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Feb 10 07:47:22 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26562

            Bug ID: 26562
           Summary: libc++abi doesn't make __cxa_exception public
           Product: libc++abi
           Version: 3.8
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: krejzi at email.com
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
    Classification: Unclassified

libcxxrt and libstdc++ do export the symbol and definition, but not libc++abi.
This leads to build failure when building libreoffice, which itself uses
__cxa_exception directly (don't ask, I have no idea why).

Linux x86_64, llvm/clang/libc++/libc++abi 3.8.0rc1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160210/929274fd/attachment.html>


More information about the llvm-bugs mailing list