Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific

llvm-svn: 10728
This commit is contained in:
Chris Lattner 2004-01-09 06:17:12 +00:00
parent df3c342a4c
commit b9c7999881
16 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
PARALLEL_DIRS = InstrSelection InstrSched RegAlloc SelectionDAG
PARALLEL_DIRS = InstrSelection InstrSched SelectionDAG
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common

View File

@ -8,6 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = sparc
DIRS = RegAlloc
ExtraSource = Sparc.burm.cpp

View File

@ -6,7 +6,7 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LEVEL = ../../../..
DIRS =