aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin/Makefile
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-10-25 00:05:42 +0000
committerStephen Hines <srhines@google.com>2011-11-14 09:11:10 -0800
commitc9ff3190a2981d6f6297b0e259eef316d52df6a1 (patch)
tree3065a96c51ca45e809fb8d29c10f8ffef20206e0 /lib/Target/Blackfin/Makefile
parent062c27f15f8129d783ae8f2fe9b86c2f2ee71a4b (diff)
downloadexternal_llvm-c9ff3190a2981d6f6297b0e259eef316d52df6a1.zip
external_llvm-c9ff3190a2981d6f6297b0e259eef316d52df6a1.tar.gz
external_llvm-c9ff3190a2981d6f6297b0e259eef316d52df6a1.tar.bz2
Remove the Blackfin backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142880 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Blackfin/Makefile')
-rw-r--r--lib/Target/Blackfin/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/Target/Blackfin/Makefile b/lib/Target/Blackfin/Makefile
deleted file mode 100644
index 756ac6b..0000000
--- a/lib/Target/Blackfin/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-##===- lib/Target/Blackfin/Makefile ------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-LIBRARYNAME = LLVMBlackfinCodeGen
-TARGET = Blackfin
-
-# Make sure that tblgen is run, first thing.
-BUILT_SOURCES = BlackfinGenRegisterInfo.inc BlackfinGenInstrInfo.inc \
- BlackfinGenAsmWriter.inc \
- BlackfinGenDAGISel.inc BlackfinGenSubtargetInfo.inc \
- BlackfinGenCallingConv.inc BlackfinGenIntrinsics.inc
-
-DIRS = TargetInfo MCTargetDesc
-
-include $(LEVEL)/Makefile.common
-