[patch] [libcxx] _LIBCPP_NO_RTTI fix for g++.exe and cl.exe
Howard Hinnant
howard.hinnant at gmail.com
Fri Oct 4 14:27:45 PDT 2013
On Sep 23, 2013, at 6:15 AM, G M <gmisocpp at gmail.com> wrote:
> Hello Everyone
>
> Attached is a patch that attempts to fix libcxx's detection of rtti disablement for g++.exe and cl.exe. When RTTI is NOT enabled, _LIBCPP_NO_RTTI is defined.
>
> Though not related, this patch expects my previous patch for #warning will be applied first as both patches touch the same __config file.
>
> Thanks
> <__config.diff>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
Committed revision 191981.
Thanks,
Howard
More information about the cfe-commits
mailing list