diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-04-20 17:07:46 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-04-20 17:07:46 +0000 |
| commit | 53f4499b224e6393fc9cfac5117586dbeb779d61 (patch) | |
| tree | 0faf349e8eea7de42055f918520cc830c86d971b | |
| parent | 8fe3dbceb0116ebe20ac87d3e58bb4413fcf035b (diff) | |
| download | bcm5719-llvm-53f4499b224e6393fc9cfac5117586dbeb779d61.tar.gz bcm5719-llvm-53f4499b224e6393fc9cfac5117586dbeb779d61.zip | |
Never link in sparcv9
llvm-svn: 27884
| -rw-r--r-- | llvm/tools/llc/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile index cb371d88b53..d4277159a7c 100644 --- a/llvm/tools/llc/Makefile +++ b/llvm/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 |

