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