summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-14 18:24:41 +0000
committerChris Lattner <sabre@nondot.org>2010-11-14 18:24:41 +0000
commitc476ed93f12de42f0d50ae53017b85dddc9ce129 (patch)
treeafbcfb9dc33050ae0812d052f01ed060b8d506c5 /lib/Target/Alpha/Makefile
parent2ae2302abc9d1e57dc6476603616e9f6722a5f6e (diff)
downloadllvm-c476ed93f12de42f0d50ae53017b85dddc9ce129.tar.gz
llvm-c476ed93f12de42f0d50ae53017b85dddc9ce129.tar.bz2
llvm-c476ed93f12de42f0d50ae53017b85dddc9ce129.tar.xz
remove JIT support from the Alpha backend. The JIT will be moving to MC,
and the Alpha backend isn't MCized yet. Approved by Andrew. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119051 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/Makefile')
-rw-r--r--lib/Target/Alpha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/Makefile b/lib/Target/Alpha/Makefile
index 54d53abea5..2129ec8343 100644
--- a/lib/Target/Alpha/Makefile
+++ b/lib/Target/Alpha/Makefile
@@ -14,7 +14,7 @@ TARGET = Alpha
# Make sure that tblgen is run, first thing.
BUILT_SOURCES = AlphaGenRegisterInfo.h.inc AlphaGenRegisterNames.inc \
AlphaGenRegisterInfo.inc AlphaGenInstrNames.inc \
- AlphaGenInstrInfo.inc AlphaGenCodeEmitter.inc \
+ AlphaGenInstrInfo.inc \
AlphaGenAsmWriter.inc AlphaGenDAGISel.inc \
AlphaGenCallingConv.inc AlphaGenSubtarget.inc