Found and fixed a bug in __cxa_call_unexpected. If the unexpected_handler...
Found and fixed a bug in __cxa_call_unexpected. If the unexpected_handler rethrows the same exception then needed information gets overwritten in the original exception header. Therefore save it locally before executing the unexpected_handler. llvm-svn: 149400
Loading
Please register or sign in to comment