[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
Duncan Sands
baldrick at free.fr
Sun Jun 12 01:25:23 PDT 2011
Hi Sohail,
> Is LLVM expressive enough to represent asynchronous exceptions?
not currently. The first step in this direction is to get rid of the invoke
instruction and attach exception handling information to basic blocks. See
http://nondot.org/sabre/LLVMNotes/ExceptionHandlingChanges.txt
for a discussion.
Ciao, Duncan.
More information about the llvm-dev
mailing list