Get JIT/Interpreter working on Windows again.
authorJeff Cohen <jeffc@jolt-lang.org>
Fri, 24 Mar 2006 02:53:49 +0000 (02:53 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Fri, 24 Mar 2006 02:53:49 +0000 (02:53 +0000)
commit2f51914d828b462b054195e73c75448f24e01979
tree4920004701e877ba1a1a09454fdfea7792cb9d42
parentd1f04d40a078d6ca7c876b16a178992a109af774
Get JIT/Interpreter working on Windows again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27037 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Interpreter.h [new file with mode: 0644]
include/llvm/ExecutionEngine/JIT.h [new file with mode: 0644]
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/ExecutionEngine/JIT/JIT.cpp
tools/lli/lli.cpp