Skip to content
Commit f14d9463 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

CrashRecovery/Darwin: On Darwin, raise sends a signal to the main thread instead

of the current thread. This has the unfortunate effect that assert() and abort()
will end up bypassing our crash recovery attempts. We work around this for
anything in the same linkage unit by just defining our own versions of the
assert handler and abort.

llvm-svn: 111583
parent 3323651e
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