OSDN Git Service

After removing stuff from TargetMachine, we now no longer have to include
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 01:13:07 +0000 (01:13 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 01:13:07 +0000 (01:13 +0000)
it twice.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4311 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/Makefile

index 77ee126..186d5ab 100644 (file)
@@ -1,7 +1,7 @@
 LEVEL = ../..
 TOOLNAME = llc
 USEDLIBS = mapping \
-           sparc target.a \
+           sparc \
            regalloc \
            sched \
            select \