mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
gn build: Run git ls-files '*.gn' '*.gni' | xargs llvm/utils/gn/gn.py format
llvm-svn: 360764
This commit is contained in:
parent
78bb84d35c
commit
413854ab80
@ -60,15 +60,15 @@ static_library("LLVMHexagonCodeGen") {
|
|||||||
"HexagonGenPredicate.cpp",
|
"HexagonGenPredicate.cpp",
|
||||||
"HexagonHardwareLoops.cpp",
|
"HexagonHardwareLoops.cpp",
|
||||||
"HexagonHazardRecognizer.cpp",
|
"HexagonHazardRecognizer.cpp",
|
||||||
"HexagonInstrInfo.cpp",
|
|
||||||
"HexagonISelDAGToDAG.cpp",
|
"HexagonISelDAGToDAG.cpp",
|
||||||
"HexagonISelDAGToDAGHVX.cpp",
|
"HexagonISelDAGToDAGHVX.cpp",
|
||||||
"HexagonISelLowering.cpp",
|
"HexagonISelLowering.cpp",
|
||||||
"HexagonISelLoweringHVX.cpp",
|
"HexagonISelLoweringHVX.cpp",
|
||||||
|
"HexagonInstrInfo.cpp",
|
||||||
"HexagonLoopIdiomRecognition.cpp",
|
"HexagonLoopIdiomRecognition.cpp",
|
||||||
|
"HexagonMCInstLower.cpp",
|
||||||
"HexagonMachineFunctionInfo.cpp",
|
"HexagonMachineFunctionInfo.cpp",
|
||||||
"HexagonMachineScheduler.cpp",
|
"HexagonMachineScheduler.cpp",
|
||||||
"HexagonMCInstLower.cpp",
|
|
||||||
"HexagonNewValueJump.cpp",
|
"HexagonNewValueJump.cpp",
|
||||||
"HexagonOptAddrMode.cpp",
|
"HexagonOptAddrMode.cpp",
|
||||||
"HexagonOptimizeSZextends.cpp",
|
"HexagonOptimizeSZextends.cpp",
|
||||||
@ -83,10 +83,10 @@ static_library("LLVMHexagonCodeGen") {
|
|||||||
"HexagonTargetMachine.cpp",
|
"HexagonTargetMachine.cpp",
|
||||||
"HexagonTargetObjectFile.cpp",
|
"HexagonTargetObjectFile.cpp",
|
||||||
"HexagonTargetTransformInfo.cpp",
|
"HexagonTargetTransformInfo.cpp",
|
||||||
"HexagonVectorLoopCarriedReuse.cpp",
|
|
||||||
"HexagonVectorPrint.cpp",
|
|
||||||
"HexagonVExtract.cpp",
|
"HexagonVExtract.cpp",
|
||||||
"HexagonVLIWPacketizer.cpp",
|
"HexagonVLIWPacketizer.cpp",
|
||||||
|
"HexagonVectorLoopCarriedReuse.cpp",
|
||||||
|
"HexagonVectorPrint.cpp",
|
||||||
"RDFCopy.cpp",
|
"RDFCopy.cpp",
|
||||||
"RDFDeadCode.cpp",
|
"RDFDeadCode.cpp",
|
||||||
"RDFGraph.cpp",
|
"RDFGraph.cpp",
|
||||||
|
@ -33,11 +33,11 @@ static_library("LLVMLanaiCodeGen") {
|
|||||||
"LanaiAsmPrinter.cpp",
|
"LanaiAsmPrinter.cpp",
|
||||||
"LanaiDelaySlotFiller.cpp",
|
"LanaiDelaySlotFiller.cpp",
|
||||||
"LanaiFrameLowering.cpp",
|
"LanaiFrameLowering.cpp",
|
||||||
"LanaiInstrInfo.cpp",
|
|
||||||
"LanaiISelDAGToDAG.cpp",
|
"LanaiISelDAGToDAG.cpp",
|
||||||
"LanaiISelLowering.cpp",
|
"LanaiISelLowering.cpp",
|
||||||
"LanaiMachineFunctionInfo.cpp",
|
"LanaiInstrInfo.cpp",
|
||||||
"LanaiMCInstLower.cpp",
|
"LanaiMCInstLower.cpp",
|
||||||
|
"LanaiMachineFunctionInfo.cpp",
|
||||||
"LanaiMemAluCombiner.cpp",
|
"LanaiMemAluCombiner.cpp",
|
||||||
"LanaiRegisterInfo.cpp",
|
"LanaiRegisterInfo.cpp",
|
||||||
"LanaiSelectionDAGInfo.cpp",
|
"LanaiSelectionDAGInfo.cpp",
|
||||||
|
@ -32,15 +32,15 @@ static_library("LLVMSparcCodeGen") {
|
|||||||
"DelaySlotFiller.cpp",
|
"DelaySlotFiller.cpp",
|
||||||
"LeonPasses.cpp",
|
"LeonPasses.cpp",
|
||||||
"SparcAsmPrinter.cpp",
|
"SparcAsmPrinter.cpp",
|
||||||
"SparcInstrInfo.cpp",
|
"SparcFrameLowering.cpp",
|
||||||
"SparcISelDAGToDAG.cpp",
|
"SparcISelDAGToDAG.cpp",
|
||||||
"SparcISelLowering.cpp",
|
"SparcISelLowering.cpp",
|
||||||
"SparcFrameLowering.cpp",
|
"SparcInstrInfo.cpp",
|
||||||
|
"SparcMCInstLower.cpp",
|
||||||
"SparcMachineFunctionInfo.cpp",
|
"SparcMachineFunctionInfo.cpp",
|
||||||
"SparcRegisterInfo.cpp",
|
"SparcRegisterInfo.cpp",
|
||||||
"SparcSubtarget.cpp",
|
"SparcSubtarget.cpp",
|
||||||
"SparcTargetMachine.cpp",
|
"SparcTargetMachine.cpp",
|
||||||
"SparcMCInstLower.cpp",
|
|
||||||
"SparcTargetObjectFile.cpp",
|
"SparcTargetObjectFile.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -63,8 +63,8 @@ static_library("MCTargetDesc") {
|
|||||||
"SparcInstPrinter.cpp",
|
"SparcInstPrinter.cpp",
|
||||||
"SparcMCAsmInfo.cpp",
|
"SparcMCAsmInfo.cpp",
|
||||||
"SparcMCCodeEmitter.cpp",
|
"SparcMCCodeEmitter.cpp",
|
||||||
"SparcMCTargetDesc.cpp",
|
|
||||||
"SparcMCExpr.cpp",
|
"SparcMCExpr.cpp",
|
||||||
|
"SparcMCTargetDesc.cpp",
|
||||||
"SparcTargetStreamer.cpp",
|
"SparcTargetStreamer.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user