Add runStaticConstructorsDestructors which runs ctors / dtors of a single module...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 30 Sep 2008 15:51:21 +0000 (15:51 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 30 Sep 2008 15:51:21 +0000 (15:51 +0000)
commit18314dc741ab7dc4db02b199af77f43bd8551fd2
treea071e735b15a0f19d4ab3cccb35d983018358160
parentdc37786595beedd0a68d8e2cbd91ae53ad58d133
Add runStaticConstructorsDestructors which runs ctors / dtors of a single module. Patch by David Chisnall.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56849 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ExecutionEngine.h
lib/ExecutionEngine/ExecutionEngine.cpp