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

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
parent 25c7b83a
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