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

When generating cleanup blocks for Obj-C @finally, mark them as catch all blocks

from the perspective of LLVM exception handling. Otherwise the C++ personality
function may decide not to run them, if it only detects cleanup handlers.
 - Test case for this is exceptions.m in llvm-test.

llvm-svn: 77999
parent 72ddac6c
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