[PATCH] D16188: LLVMRunStaticConstructors can be called before object is finalized, #24028
Amaury SECHET via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 18 13:53:31 PST 2016
deadalnix added a comment.
@lhames As far as I'm concerned, I'd like to have something closer to the old JIT. As I'm doing a lot of JIT/update module/reJIT cycles, moving to MCJIT was actually quite a step backward for the project I work on.
Is having a behavior close to the one of the old JIT doable with Orc ? If so, is it doable from C ? If not, what would it take to make it happen ?
Repository:
rL LLVM
http://reviews.llvm.org/D16188
More information about the llvm-commits
mailing list