[LLVMdev] Why exceptions don't work in JIT?

Eli Friedman eli.friedman at gmail.com
Tue Jul 13 22:23:57 PDT 2010


On Tue, Jul 13, 2010 at 10:09 PM, Yuri <yuri at rawbw.com> wrote:
> When I try running simple example with exceptions through JIT I get this
> output:
> terminate called after throwing an instance of 'E*'
>
> Why exceptions don't work in JIT and what it takes to make them work?

Try "lli -jit-enable-eh e.bc".

-Eli



More information about the llvm-dev mailing list