summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-19 01:33:04 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-19 01:33:04 +0000
commitc6465511d1b60a9becbe1dc442007ce977df5e3d (patch)
tree04f6ab94f761b2ee733d16d297924fcc5b62e08d
parent796492dc4b5f8ff0002fd369ce583305461a2967 (diff)
downloadllvm-c6465511d1b60a9becbe1dc442007ce977df5e3d.tar.gz
llvm-c6465511d1b60a9becbe1dc442007ce977df5e3d.tar.bz2
llvm-c6465511d1b60a9becbe1dc442007ce977df5e3d.tar.xz
Unbreak build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76354 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/Alpha/CMakeLists.txt1
-rw-r--r--lib/Target/Alpha/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/Alpha/CMakeLists.txt b/lib/Target/Alpha/CMakeLists.txt
index 2a382d5cad..bfdbfd3de7 100644
--- a/lib/Target/Alpha/CMakeLists.txt
+++ b/lib/Target/Alpha/CMakeLists.txt
@@ -8,6 +8,7 @@ tablegen(AlphaGenInstrInfo.inc -gen-instr-desc)
tablegen(AlphaGenCodeEmitter.inc -gen-emitter)
tablegen(AlphaGenAsmWriter.inc -gen-asm-writer)
tablegen(AlphaGenDAGISel.inc -gen-dag-isel)
+tablegen(AlphaGenCallingConv.inc -gen-callingconv)
tablegen(AlphaGenSubtarget.inc -gen-subtarget)
add_llvm_target(AlphaCodeGen
diff --git a/lib/Target/Alpha/Makefile b/lib/Target/Alpha/Makefile
index 55c7ec99d1..d2d7109741 100644
--- a/lib/Target/Alpha/Makefile
+++ b/lib/Target/Alpha/Makefile
@@ -15,7 +15,7 @@ BUILT_SOURCES = AlphaGenRegisterInfo.h.inc AlphaGenRegisterNames.inc \
AlphaGenRegisterInfo.inc AlphaGenInstrNames.inc \
AlphaGenInstrInfo.inc AlphaGenCodeEmitter.inc \
AlphaGenAsmWriter.inc AlphaGenDAGISel.inc \
- AlphaGenSubtarget.inc
+ AlphaGenCallingConv.inc AlphaGenSubtarget.inc
DIRS = AsmPrinter TargetInfo