Add an int64_t variant of abs, for host environments
[oota-llvm.git] / lib / Target / Alpha / CMakeLists.txt
1 set(LLVM_TARGET_DEFINITIONS Alpha.td)
2
3 tablegen(AlphaGenRegisterInfo.h.inc -gen-register-desc-header)
4 tablegen(AlphaGenRegisterNames.inc -gen-register-enums)
5 tablegen(AlphaGenRegisterInfo.inc -gen-register-desc)
6 tablegen(AlphaGenInstrNames.inc -gen-instr-enums)
7 tablegen(AlphaGenInstrInfo.inc -gen-instr-desc)
8 tablegen(AlphaGenCodeEmitter.inc -gen-emitter)
9 tablegen(AlphaGenAsmWriter.inc -gen-asm-writer)
10 tablegen(AlphaGenDAGISel.inc -gen-dag-isel)
11 tablegen(AlphaGenSubtarget.inc -gen-subtarget)
12
13 add_llvm_target(AlphaCodeGen
14   AlphaBranchSelector.cpp
15   AlphaCodeEmitter.cpp
16   AlphaInstrInfo.cpp
17   AlphaISelDAGToDAG.cpp
18   AlphaISelLowering.cpp
19   AlphaJITInfo.cpp
20   AlphaLLRP.cpp
21   AlphaRegisterInfo.cpp
22   AlphaSubtarget.cpp
23   AlphaTargetAsmInfo.cpp
24   AlphaTargetMachine.cpp
25   )