OSDN Git Service

CMake: corrected split of Alpha and Sparc AsmPrinters.
authorOscar Fuentes <ofv@wanadoo.es>
Tue, 11 Nov 2008 17:10:13 +0000 (17:10 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Tue, 11 Nov 2008 17:10:13 +0000 (17:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59050 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/CMakeLists.txt
lib/Target/Sparc/CMakeLists.txt

index 8a845ae..1e535f7 100644 (file)
@@ -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
index 37f7835..eefa7e8 100644 (file)
@@ -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