summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-03-11 18:16:33 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-03-11 18:16:33 +0000
commit094158a133219bec99a66dd209186f0e36c46557 (patch)
tree6b2445cfe7f26ae945974e659db430b568564a3b /tools/llc/Makefile
parent0744b5ffd2ea214d59827c0614c3d88342afb97e (diff)
downloadllvm-094158a133219bec99a66dd209186f0e36c46557.tar.gz
llvm-094158a133219bec99a66dd209186f0e36c46557.tar.bz2
llvm-094158a133219bec99a66dd209186f0e36c46557.tar.xz
SparcV8 removed until it grows up becomes a mature backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12288 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 0f77156cc5..1463893648 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -1,4 +1,4 @@
-##===- tools/llc/Makefile ------------------------------*- Makefile -*-===##
+#===- tools/llc/Makefile ------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -9,7 +9,6 @@
LEVEL = ../..
TOOLNAME = llc
USEDLIBS = cwriter \
- sparcv8 \
sparcv9 \
x86 \
powerpc \