aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-15 04:56:09 +0000
committerChris Lattner <sabre@nondot.org>2003-08-15 04:56:09 +0000
commit80df4638fedb633e21f7d534e2de643541ac44cc (patch)
tree7cc96bc5d9ab945391183df1546ee1f961769d22 /tools/llc/Makefile
parent79ba7c1aee433775f77fb5892b0aa764b39d8511 (diff)
downloadexternal_llvm-80df4638fedb633e21f7d534e2de643541ac44cc.zip
external_llvm-80df4638fedb633e21f7d534e2de643541ac44cc.tar.gz
external_llvm-80df4638fedb633e21f7d534e2de643541ac44cc.tar.bz2
rename selection library to selectiondag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7878 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index fd2b605..56ed57a 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -2,7 +2,7 @@ LEVEL = ../..
TOOLNAME = llc
USEDLIBS = sparc \
x86 \
- selection \
+ selectiondag \
regalloc \
sched \
select \