[llvm-commits] Per-module ctors for execution engine
Evan Cheng
evan.cheng at apple.com
Tue Sep 30 08:52:13 PDT 2008
Looks good. I've committed it for you.
Thanks,
Evan
On Sep 29, 2008, at 10:54 AM, David Chisnall wrote:
> Hi,
>
> This patch adds a version of runStaticConstructorsDestructors which
> takes a module as an argument, allowing ctors in modules created
> after the ExecutionEngine to be run. It refactors the original code
> so that the per-module body is now in the new method and the for
> loop in the original now just calls the new one.
>
> David
> <llvm_ctors.diff.txt>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list