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

            Bug ID: 33272
           Summary: __cxa_thread_atexit_impl is undefined on Mac OS X
                    [PATCH INCLUDED]
           Product: libc++abi
           Version: unspecified
          Hardware: PC
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

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

__cxa_thread_atexit_impl is declared as a weak symbol, but it has no
definition.  This means linking will fail on systems where libc doesn't provide
it (like mac).  Please see the attached patch for a fix.

-- 
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