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

            Bug ID: 33576
           Summary: Libunwind needs a way to disable visibility
                    annotations [PATCH INCLUDED]
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

Created attachment 18700
  --> https://bugs.llvm.org/attachment.cgi?id=18700&action=edit
patch

libc++ and libc++abi both have _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS and
_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS respectively.

The same feature is needed for libunwind.  This way, apps that statically link
libunwind can hide its symbols (otherwise libgcc will use the libunwind symbols
and crash).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to