After removing stuff from TargetMachine, we now no longer have to include

it twice.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4311 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-10-28 01:13:07 +00:00
parent 227c3d355b
commit e05c8fd5dd

View File

@ -1,7 +1,7 @@
LEVEL = ../.. LEVEL = ../..
TOOLNAME = llc TOOLNAME = llc
USEDLIBS = mapping \ USEDLIBS = mapping \
sparc target.a \ sparc \
regalloc \ regalloc \
sched \ sched \
select \ select \