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 8a845ae38266a84c4652a4dba947557e850d18ea..1e535f7769a398a7ca861524f29c597308a99c0c 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 37f7835c8ab158e68a5e1ae889916e85415cf86e..eefa7e8f4d9a43d32b896ada7538a7b82143db48 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