aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2008-11-11 17:10:13 +0000
committerOscar Fuentes <ofv@wanadoo.es>2008-11-11 17:10:13 +0000
commita30b61147630d61e254538afe62096dbde3e9fc2 (patch)
tree510d513c43e8ebbc543f45cfa78d06df98554dab /lib
parentd9aea93d11853bda776ebc9f4c78b7b4fabb6461 (diff)
downloadexternal_llvm-a30b61147630d61e254538afe62096dbde3e9fc2.zip
external_llvm-a30b61147630d61e254538afe62096dbde3e9fc2.tar.gz
external_llvm-a30b61147630d61e254538afe62096dbde3e9fc2.tar.bz2
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/Alpha/CMakeLists.txt3
-rw-r--r--lib/Target/Sparc/CMakeLists.txt3
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/Target/Alpha/CMakeLists.txt b/lib/Target/Alpha/CMakeLists.txt
index 8a845ae..1e535f7 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 37f7835..eefa7e8 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