Exception handling: How to use SJLJ EH with invoke

Hello,

Can setjmp-longjmp excaption handling be mixed with invoke/landingpad? Can LLVM treat a call to @llvm.eh.sjlj.longjmp as a thrown exception and go to matching landingpad?

Does any reference implementation of SJLJ EH exists?

  • Paweł