summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-13 02:28:20 +0000
committerChris Lattner <sabre@nondot.org>2003-08-13 02:28:20 +0000
commit4c7fc1e81395c4f5e5cf500ed6db01320e70abae (patch)
treef2e375b383702a020fdeb20a182702b1bea6d9bb /tools/llc/Makefile
parentc09f429499c07ccb4eb527e26fd229812c9f9e68 (diff)
Incorporate mapping library into the sparc library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index c49b5232fe9..fd2b6058969 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -1,7 +1,6 @@
LEVEL = ../..
TOOLNAME = llc
-USEDLIBS = mapping \
- sparc \
+USEDLIBS = sparc \
x86 \
selection \
regalloc \