[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
Jeff Cohen
jeffc at jolt-lang.org
Thu Mar 23 18:54:05 PST 2006
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.28 -> 1.29
---
Log message:
Get JIT/Interpreter working on Windows again.
---
Diffs of the changes: (+5 -0)
Interpreter.cpp | 5 +++++
1 files changed, 5 insertions(+)
Index: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
diff -u llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.28 llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.29
--- llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.28 Wed Mar 22 23:22:51 2006
+++ llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp Thu Mar 23 20:53:49 2006
@@ -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) {
More information about the llvm-commits
mailing list