Go to file
Chris Lattner 6acb4d6f7e When a crash signal is delivered do two things: remove all of our
signal handlers to prevent reentrance on unrelated things (a sigabort
where the handle bus errors) also, clear the signal mask so that the
signal doesn't infinitely reissue.  This fixes rdar://6654827 -
Crash causes clang to loop

llvm-svn: 66330
2009-03-07 08:15:47 +00:00
clang Don't discard increment/decrement on function pointers. It's kind of 2009-03-07 07:01:10 +00:00
llvm When a crash signal is delivered do two things: remove all of our 2009-03-07 08:15:47 +00:00