aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-25 22:54:41 +0000
committerChris Lattner <sabre@nondot.org>2002-10-25 22:54:41 +0000
commit78cee7e7ab9fde0453d3f1b7a317b1c1b41a1b4c (patch)
treed5033feff84105930cfedec4beef41fb30e5704c /lib/CodeGen/Makefile
parent2ee9aa1072f13eec6fdc1ab900aec6ede3e7ad13 (diff)
downloadexternal_llvm-78cee7e7ab9fde0453d3f1b7a317b1c1b41a1b4c.zip
external_llvm-78cee7e7ab9fde0453d3f1b7a317b1c1b41a1b4c.tar.gz
external_llvm-78cee7e7ab9fde0453d3f1b7a317b1c1b41a1b4c.tar.bz2
Initial checkin of codegen infrastructure for LLVM-JIT
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Makefile')
-rw-r--r--lib/CodeGen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index c235800..6f2a330 100644
--- a/lib/CodeGen/Makefile
+++ b/lib/CodeGen/Makefile
@@ -1,4 +1,5 @@
LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
+PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
+LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common