summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit9e33759f883a132c2ebeaa4fa6fb716894f79f32 (patch)
treec3412328634f56eed1a28d7b1c2320a10efe02c9 /llvm/lib/CodeGen/Makefile
parent75758af085d52bae5c21f0c954354365d9a62296 (diff)
Initial checkin of codegen infrastructure for LLVM-JIT
llvm-svn: 4282
Diffstat (limited to 'llvm/lib/CodeGen/Makefile')
-rw-r--r--llvm/lib/CodeGen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index c235800f8781..6f2a330d3ed4 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/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