summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-20 17:07:46 +0000
committerChris Lattner <sabre@nondot.org>2006-04-20 17:07:46 +0000
commit43c40ffa41e4a9f96fb8b47a3e7c0c42c5421fa6 (patch)
treecab60018466a518dadb5617397e2b1baefe75630 /tools/llc/Makefile
parent7df583e7870853d89cb36a1d7b1c1a6c09821c44 (diff)
downloadllvm-43c40ffa41e4a9f96fb8b47a3e7c0c42c5421fa6.tar.gz
llvm-43c40ffa41e4a9f96fb8b47a3e7c0c42c5421fa6.tar.bz2
llvm-43c40ffa41e4a9f96fb8b47a3e7c0c42c5421fa6.tar.xz
Never link in sparcv9
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27884 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index cb371d88b5..d4277159a7 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -23,16 +23,6 @@ ifneq ($(strip $(filter CBackend,$(TARGETS_TO_BUILD))),)
USEDLIBS += LLVMCBackend
endif
-# Check for Sparc target
-ifneq ($(strip $(filter SparcV9,$(TARGETS_TO_BUILD))),)
-USEDLIBS += \
- LLVMSparcV9ModuloSched \
- LLVMSparcV9 \
- LLVMSparcV9RegAlloc \
- LLVMSparcV9InstrSched \
- LLVMSparcV9LiveVar
-endif
-
ifneq ($(strip $(filter Sparc,$(TARGETS_TO_BUILD))),)
USEDLIBS += LLVMSparc
endif