From: Oscar Fuentes Date: Tue, 11 Nov 2008 17:10:13 +0000 (+0000) Subject: CMake: corrected split of Alpha and Sparc AsmPrinters. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2ae80d8ab17a0d15950bbab8f3bbb03fd1edb19b;p=oota-llvm.git CMake: corrected split of Alpha and Sparc AsmPrinters. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59050 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Alpha/CMakeLists.txt b/lib/Target/Alpha/CMakeLists.txt index 8a845ae3826..1e535f7769a 100644 --- a/lib/Target/Alpha/CMakeLists.txt +++ b/lib/Target/Alpha/CMakeLists.txt @@ -10,8 +10,7 @@ tablegen(AlphaGenAsmWriter.inc -gen-asm-writer) tablegen(AlphaGenDAGISel.inc -gen-dag-isel) tablegen(AlphaGenSubtarget.inc -gen-subtarget) -add_llvm_target(Alpha - AlphaAsmPrinter.cpp +add_llvm_target(AlphaCodeGen AlphaBranchSelector.cpp AlphaCodeEmitter.cpp AlphaInstrInfo.cpp diff --git a/lib/Target/Sparc/CMakeLists.txt b/lib/Target/Sparc/CMakeLists.txt index 37f7835c8ab..eefa7e8f4d9 100644 --- a/lib/Target/Sparc/CMakeLists.txt +++ b/lib/Target/Sparc/CMakeLists.txt @@ -10,10 +10,9 @@ tablegen(SparcGenDAGISel.inc -gen-dag-isel) tablegen(SparcGenSubtarget.inc -gen-subtarget) tablegen(SparcGenCallingConv.inc -gen-callingconv) -add_llvm_target(Sparc +add_llvm_target(SparcCodeGen DelaySlotFiller.cpp FPMover.cpp - SparcAsmPrinter.cpp SparcInstrInfo.cpp SparcISelDAGToDAG.cpp SparcISelLowering.cpp