diff options
-rw-r--r-- | llvm/tools/llc/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile index c1f84a573d5..cb371d88b53 100644 --- a/llvm/tools/llc/Makefile +++ b/llvm/tools/llc/Makefile @@ -23,11 +23,6 @@ ifneq ($(strip $(filter CBackend,$(TARGETS_TO_BUILD))),) USEDLIBS += LLVMCBackend endif -# Check for Skeleton target -ifneq ($(strip $(filter Skeleton,$(TARGETS_TO_BUILD))),) -USEDLIB += LLVMSkeleton -endif - # Check for Sparc target ifneq ($(strip $(filter SparcV9,$(TARGETS_TO_BUILD))),) USEDLIBS += \ |