[PATCH] D16188: LLVMRunStaticConstructors can be called before object is finalized, #24028
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 16:21:52 PST 2016
lhames added a comment.
This looks good to me, and yes - repeat calls to finalizeObject should be idempotent (except where new code is added, where they're required anyway).
<shameless plug> You should try the new ORC C API. It's a chance for us to start fresh and do this right. </shameless plug>
http://reviews.llvm.org/D16188
More information about the llvm-commits
mailing list