search for: c1da4c0a

Displaying 2 results from an estimated 2 matches for "c1da4c0a".

2010 Jan 22
0
[LLVMdev] Exception handling question
...be offered the foreign > exception so it has a chance to call cleanups? > > >> Ciao, >> >> Duncan. >> >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100122/c1da4c0a/attachment.html>
2010 Jan 22
6
[LLVMdev] Exception handling question
Yes. The issue here, as you pointed out, is that your personality function is not called at all. Even if you did nothing in the personality function, associated with the setup caused by llvm.eh.selector, but returned _URC_CONTINUE_UNWIND (8), it should still be called. Your results are acting like either dwarf exception header info is not emitted (llvm::DwarfExceptionHandling = true; not executed