summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-24 00:01:05 +0000
committerChris Lattner <sabre@nondot.org>2002-12-24 00:01:05 +0000
commitbd199fb1148b9e16c4e6f3d0ee386c2505a55b71 (patch)
tree226f64cc95160ebd8da8d2ec4cfaf2babf7c3879 /lib/ExecutionEngine/JIT/Makefile
parentfe11a97fcde7c63109c3ad36570657807d0cd6ef (diff)
downloadllvm-bd199fb1148b9e16c4e6f3d0ee386c2505a55b71.tar.gz
llvm-bd199fb1148b9e16c4e6f3d0ee386c2505a55b71.tar.bz2
llvm-bd199fb1148b9e16c4e6f3d0ee386c2505a55b71.tar.xz
Initial checkin of new LLI with JIT compiler
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/JIT/Makefile')
-rw-r--r--lib/ExecutionEngine/JIT/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ExecutionEngine/JIT/Makefile b/lib/ExecutionEngine/JIT/Makefile
new file mode 100644
index 0000000000..bc3f709a99
--- /dev/null
+++ b/lib/ExecutionEngine/JIT/Makefile
@@ -0,0 +1,4 @@
+LEVEL = ../../..
+LIBRARYNAME = lli-jit
+
+include $(LEVEL)/Makefile.common