Partially revert r152770. That commit moved the default handlers to their own file...
authorHoward Hinnant <hhinnant@apple.com>
Wed, 6 Feb 2013 19:29:55 +0000 (19:29 +0000)
committerHoward Hinnant <hhinnant@apple.com>
Wed, 6 Feb 2013 19:29:55 +0000 (19:29 +0000)
commit2b853bf65f677341c0d6786546adf9eae1ce9121
treeeb3b2396ec07f4f451252e7eb49d2880d1657653
parentc43636a53d4b19d0ae10132b20020546650f2baf
Partially revert r152770.  That commit moved the default handlers to their own file.  But it also did some refactoring.  It is the latter that is being reverted.  The refactoring had accidentally removed the required effect that the default unexpected_handler calls std::terminate(), which is a visible effect.

llvm-svn: 174532
libcxxabi/src/cxa_default_handlers.cpp