[LLVMbugs] [Bug 12867] Cannot compile libc++ with -fno-rtti
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat May 19 13:21:53 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=12867
Howard Hinnant <hhinnant at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |WONTFIX
--- Comment #2 from Howard Hinnant <hhinnant at apple.com> 2012-05-19 15:21:53 CDT ---
I've had to revert this fix because this function is purposefully not protected
with #ifndef _LIBCPP_NO_RTTI because doing so breaks ABI for those clients who
need to compile their projects with -fno-rtti and yet link against a
libc++.dylib compiled without -fno-rtti.
I've included the above information in the code.
--
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