search for: ad9c62d0

Displaying 1 result from an estimated 1 matches for "ad9c62d0".

2015 Mar 05
2
[LLVMdev] Making llvm.eh.actions work
llvm.eh.actions is basically a sequenced list of actions to take when an invoke throws to the landing pad containing the actions call. The prototype is just 'i8* llvm.eh.actions(...)', but it needs some structure. LLVM IR supports three types of actions: cleanup, catch, and filter. __CxxFrameHandler3 doesn't support filters, so it isn't really relevant here. Catch actions need