[LLVMdev] JIT crash takes down host-application

Frank Fuchs fk.fuchs at googlemail.com
Sun Jul 18 10:44:12 PDT 2010


Hi,

I'm doing some tests concerning the embedding of LLVM and clan in my application.
Now I stumbled across the following ... which disturbs me. If the jitted program crashes, 
like e.g. if it contains an assert(0==1) or calls an external function which cannot be resolved,
the hosting app goes down as well. There seems no error catch. 

Can this anyhow be circumvented? 

-Frank



More information about the llvm-dev mailing list