summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
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
commita08c2905ad8d190c049bcd272f640ba969b7412a (patch)
tree7260240743856f47a2316ef96d2f234680b01da9 /llvm/lib/Target/Sparc
parent9d56e64543335829be54f17a3b5e4a6df127f881 (diff)
downloadbcm5719-llvm-a08c2905ad8d190c049bcd272f640ba969b7412a.tar.gz
bcm5719-llvm-a08c2905ad8d190c049bcd272f640ba969b7412a.zip
CMake: corrected split of Alpha and Sparc AsmPrinters.
llvm-svn: 59050
Diffstat (limited to 'llvm/lib/Target/Sparc')
-rw-r--r--llvm/lib/Target/Sparc/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/Sparc/CMakeLists.txt b/llvm/lib/Target/Sparc/CMakeLists.txt
index 37f7835c8ab..eefa7e8f4d9 100644
--- a/llvm/lib/Target/Sparc/CMakeLists.txt
+++ b/llvm/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
OpenPOWER on IntegriCloud