Skip to content
Commit dfb34fcb authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Substituted std::get_terminate() for direct access to the handler function...

Substituted std::get_terminate() for direct access to the handler function pointer (which is now a static in cxa_handlers.cpp).  This has the advantage of going through the atomic API and so is less likely to cause a data race.  Ditto for unexpected.

llvm-svn: 145951
parent 1ad92487
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment