summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-28 01:13:07 +0000
committerChris Lattner <sabre@nondot.org>2002-10-28 01:13:07 +0000
commite05c8fd5dd4f704c3aea352161b94baaa24b263b (patch)
tree11b0d9bd3dcb14f426cadf525626898612199bab /tools
parent227c3d355b017393963a690f9f27d1de7fa359bc (diff)
downloadllvm-e05c8fd5dd4f704c3aea352161b94baaa24b263b.tar.gz
llvm-e05c8fd5dd4f704c3aea352161b94baaa24b263b.tar.bz2
llvm-e05c8fd5dd4f704c3aea352161b94baaa24b263b.tar.xz
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
Diffstat (limited to 'tools')
-rw-r--r--tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 77ee1266ac..186d5abbf1 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = mapping \
- sparc target.a \
+ sparc \
regalloc \
sched \
select \