[cfe-dev] [libcxxabi]: why does not the default unexpected handler call terminate() in libcxxabi?
soaliap
soaliap at 126.com
Tue Sep 18 20:07:57 PDT 2012
Howard Hinnant wrote
> I believe the bottom line is that libcxx/libcxxabi hasn't been ported to
> your platform. The 3rd #else/#endif branch in libcxx/src/exception.cpp is
> not being used by anyone that I'm aware of.
>
> I recommend getting into the branch __has_include(
> <cxxabi.h>
> ) which will #define _LIBCPPABI_VERSION (which comes from libcxxabi. But
> this is porting work you (or someone) will have to do.
>
> Howard
Thanks, Howard!
I'm doing this porting work for my compiler on linux.
--
View this message in context: http://clang-developers.42468.n3.nabble.com/libcxxabi-why-does-not-the-default-unexpected-handler-call-terminate-in-libcxxabi-tp4026744p4026764.html
Sent from the Clang Developers mailing list archive at Nabble.com.
More information about the cfe-dev
mailing list