[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?

Chris Lattner clattner at apple.com
Tue Jun 14 09:18:18 PDT 2011


On Jun 14, 2011, at 2:11 AM, Duncan Sands wrote:

> gcc Ada turns signals into exceptions.  As far as I know it does this
> completely asynchronously, and the fact that LLVM doesn't support this
> is rather bad as far as Ada is concerned.  That said, the Ada front-end

You're saying that it turns asynch signals like SIGHUP (which can occur on any machine instruction) into signals?

-Chris



More information about the llvm-dev mailing list