aboutsummaryrefslogtreecommitdiff
path: root/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
commit2ae80d8ab17a0d15950bbab8f3bbb03fd1edb19b (patch)
tree510d513c43e8ebbc543f45cfa78d06df98554dab /lib/Target/Sparc
parent578f6cf6d0e56cd2ab0930b63ee0c3a4f96e8521 (diff)
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/Target/Sparc')
-rw-r--r--lib/Target/Sparc/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/Sparc/CMakeLists.txt b/lib/Target/Sparc/CMakeLists.txt
index 37f7835c8a..eefa7e8f4d 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