[LLVMbugs] [Bug 1659] libstdc++ fails to build on darwin/x86-64

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Sep 16 12:37:15 PDT 2007


http://llvm.org/bugs/show_bug.cgi?id=1659


Bill Wendling <isanbard at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Bill Wendling <isanbard at gmail.com>  2007-09-16 14:37:14 ---
The code that emits the personality stub was doing so even if the target didn't
support exceptions. This was a massive think-o in my exception handling patches
for Darwin. Fixed:

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070910/053555.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070910/053564.html

-bw


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list