Anders Carlsson
|
3320e1575f
|
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on.
Update all tests accordingly.
llvm-svn: 126177
|
2011-02-22 01:52:06 +00:00 |
John McCall
|
ad5d61e227
|
Revise cleanup IR generation to fix a major bug with cleanups (PR7686)
as well as some significant asymptotic inefficiencies with threading
multiple jumps through deep cleanups.
llvm-svn: 109274
|
2010-07-23 21:56:41 +00:00 |
John McCall
|
36ea3723c0
|
The GNU-runtime ObjC personality function doesn't let us rethrow with URR for
multiple reasons. Rethrow with _objc_exception_throw instead. Fixes PR7656.
llvm-svn: 108595
|
2010-07-17 00:43:08 +00:00 |