diff options
author | Chris Lattner <sabre@nondot.org> | 2006-02-16 21:10:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-02-16 21:10:57 +0000 |
commit | 27630d500e1b9f8be2f35a6ec1910014cf63e68f (patch) | |
tree | f98c553674ea43d6391980822f8d0b54f9178c46 /tools | |
parent | 10cd9bbde7bda0b125cb5153f330ddc1f8509bd1 (diff) | |
download | external_llvm-27630d500e1b9f8be2f35a6ec1910014cf63e68f.zip external_llvm-27630d500e1b9f8be2f35a6ec1910014cf63e68f.tar.gz external_llvm-27630d500e1b9f8be2f35a6ec1910014cf63e68f.tar.bz2 |
remove support for the skeleton target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26236 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llc/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index c1f84a5..cb371d8 100644 --- a/tools/llc/Makefile +++ b/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 += \ |