summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-09 06:24:06 +0000
committerChris Lattner <sabre@nondot.org>2004-01-09 06:24:06 +0000
commit2abcf524a15ec2db5a93d70b834ba10900f1ca0a (patch)
tree7e89944094726b1fd3ab217652a96d2215c61ef6 /lib/CodeGen/Makefile
parent46de01e0c834072d74ad49c0ce71e7111b9b19fb (diff)
downloadllvm-2abcf524a15ec2db5a93d70b834ba10900f1ca0a.tar.gz
llvm-2abcf524a15ec2db5a93d70b834ba10900f1ca0a.tar.bz2
llvm-2abcf524a15ec2db5a93d70b834ba10900f1ca0a.tar.xz
Move InstrSelection into lib/Target/Sparc, as it's sparc specific
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10730 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Makefile')
-rw-r--r--lib/CodeGen/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index e5c81e8193..3f45da3d94 100644
--- a/lib/CodeGen/Makefile
+++ b/lib/CodeGen/Makefile
@@ -1,4 +1,4 @@
-##===- lib/CodeGen/Makefile ------------------------------*- Makefile -*-===##
+##===- lib/CodeGen/Makefile --------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -6,8 +6,9 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../..
-PARALLEL_DIRS = InstrSelection InstrSched SelectionDAG
+PARALLEL_DIRS = InstrSched SelectionDAG
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common