[LLVMdev] Is ExecutionEngine always meant to be a singleton?

Kenneth Uildriks kennethuil at gmail.com
Thu Oct 8 09:19:32 PDT 2009


Right now, on X86, creating multiple ExecutionEngines in the same
process causes an assertion.

If it's supposed to always be a singleton, should there be a way to
get the process's ExecutionEngine instance?

This would, among other things, allow "lli" to execute bitcode that
itself uses the ExecutionEngine.



More information about the llvm-dev mailing list