mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 02:32:11 +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(AlphaGenDAGISel.inc -gen-dag-isel)
|
||||||
tablegen(AlphaGenSubtarget.inc -gen-subtarget)
|
tablegen(AlphaGenSubtarget.inc -gen-subtarget)
|
||||||
|
|
||||||
add_llvm_target(Alpha
|
add_llvm_target(AlphaCodeGen
|
||||||
AlphaAsmPrinter.cpp
|
|
||||||
AlphaBranchSelector.cpp
|
AlphaBranchSelector.cpp
|
||||||
AlphaCodeEmitter.cpp
|
AlphaCodeEmitter.cpp
|
||||||
AlphaInstrInfo.cpp
|
AlphaInstrInfo.cpp
|
||||||
|
@ -10,10 +10,9 @@ tablegen(SparcGenDAGISel.inc -gen-dag-isel)
|
|||||||
tablegen(SparcGenSubtarget.inc -gen-subtarget)
|
tablegen(SparcGenSubtarget.inc -gen-subtarget)
|
||||||
tablegen(SparcGenCallingConv.inc -gen-callingconv)
|
tablegen(SparcGenCallingConv.inc -gen-callingconv)
|
||||||
|
|
||||||
add_llvm_target(Sparc
|
add_llvm_target(SparcCodeGen
|
||||||
DelaySlotFiller.cpp
|
DelaySlotFiller.cpp
|
||||||
FPMover.cpp
|
FPMover.cpp
|
||||||
SparcAsmPrinter.cpp
|
|
||||||
SparcInstrInfo.cpp
|
SparcInstrInfo.cpp
|
||||||
SparcISelDAGToDAG.cpp
|
SparcISelDAGToDAG.cpp
|
||||||
SparcISelLowering.cpp
|
SparcISelLowering.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user