summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JIT.cpp
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-03-24 02:53:49 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-03-24 02:53:49 +0000
commit0eafbc3593ca6c9d27ff384b1cf64682d295c73f (patch)
treed20b1dd92f9623230f35ebf1a0b907c4a78934a0 /llvm/lib/ExecutionEngine/JIT/JIT.cpp
parenta4f6805a86163bcb7a96f2fa35ea148c13511444 (diff)
downloadbcm5719-llvm-0eafbc3593ca6c9d27ff384b1cf64682d295c73f.tar.gz
bcm5719-llvm-0eafbc3593ca6c9d27ff384b1cf64682d295c73f.zip
Get JIT/Interpreter working on Windows again.
llvm-svn: 27037
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT/JIT.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/JIT.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.cpp b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
index 66e0468f189..5f426b877ef 100644
--- a/llvm/lib/ExecutionEngine/JIT/JIT.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
@@ -32,6 +32,11 @@ static struct RegisterJIT {
RegisterJIT() { JIT::Register(); }
} JITRegistrator;
+namespace llvm {
+ void LinkInJIT() {
+ }
+}
+
JIT::JIT(ModuleProvider *MP, TargetMachine &tm, TargetJITInfo &tji)
: ExecutionEngine(MP), TM(tm), TJI(tji), state(MP) {
setTargetData(TM.getTargetData());
OpenPOWER on IntegriCloud