commit | 2f51914d828b462b054195e73c75448f24e01979 | [log] [tgz] |
---|---|---|
author | Jeff Cohen <jeffc@jolt-lang.org> | Fri Mar 24 02:53:49 2006 +0000 |
committer | Jeff Cohen <jeffc@jolt-lang.org> | Fri Mar 24 02:53:49 2006 +0000 |
tree | 4920004701e877ba1a1a09454fdfea7792cb9d42 | |
parent | d1f04d40a078d6ca7c876b16a178992a109af774 [diff] [blame] |
Get JIT/Interpreter working on Windows again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27037 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.cpp b/lib/ExecutionEngine/Interpreter/Interpreter.cpp index 37f16f5..c17e4d4 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.cpp +++ b/lib/ExecutionEngine/Interpreter/Interpreter.cpp
@@ -24,6 +24,11 @@ RegisterInterp() { Interpreter::Register(); } } InterpRegistrator; +namespace llvm { + void LinkInInterpreter() { + } +} + /// create - Create a new interpreter object. This can never fail. /// ExecutionEngine *Interpreter::create(ModuleProvider *MP) {