diff options
Diffstat (limited to 'lib/Target/Alpha/CMakeLists.txt')
-rw-r--r-- | lib/Target/Alpha/CMakeLists.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Target/Alpha/CMakeLists.txt b/lib/Target/Alpha/CMakeLists.txt index fbf7f3ab6b30..454262ad631d 100644 --- a/lib/Target/Alpha/CMakeLists.txt +++ b/lib/Target/Alpha/CMakeLists.txt @@ -5,19 +5,18 @@ tablegen(AlphaGenRegisterNames.inc -gen-register-enums) tablegen(AlphaGenRegisterInfo.inc -gen-register-desc) tablegen(AlphaGenInstrNames.inc -gen-instr-enums) 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 + AlphaAsmPrinter.cpp AlphaBranchSelector.cpp - AlphaCodeEmitter.cpp AlphaInstrInfo.cpp AlphaISelDAGToDAG.cpp AlphaISelLowering.cpp - AlphaJITInfo.cpp + AlphaFrameLowering.cpp AlphaLLRP.cpp AlphaMCAsmInfo.cpp AlphaRegisterInfo.cpp @@ -26,4 +25,4 @@ add_llvm_target(AlphaCodeGen AlphaSelectionDAGInfo.cpp ) -target_link_libraries (LLVMAlphaCodeGen LLVMSelectionDAG) +add_subdirectory(TargetInfo) |