mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 05:00:26 +00:00
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
This commit is contained in:
parent
578f6cf6d0
commit
2ae80d8ab1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user