Get JIT/Interpreter working on Windows again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27037 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen
2006-03-24 02:53:49 +00:00
parent d1f04d40a0
commit 2f51914d82
5 changed files with 90 additions and 1 deletions
@@ -24,6 +24,11 @@ static struct RegisterInterp {
RegisterInterp() { Interpreter::Register(); }
} InterpRegistrator;
namespace llvm {
void LinkInInterpreter() {
}
}
/// create - Create a new interpreter object. This can never fail.
///
ExecutionEngine *Interpreter::create(ModuleProvider *MP) {