mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +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",
|
||||
"HexagonHardwareLoops.cpp",
|
||||
"HexagonHazardRecognizer.cpp",
|
||||
"HexagonInstrInfo.cpp",
|
||||
"HexagonISelDAGToDAG.cpp",
|
||||
"HexagonISelDAGToDAGHVX.cpp",
|
||||
"HexagonISelLowering.cpp",
|
||||
"HexagonISelLoweringHVX.cpp",
|
||||
"HexagonInstrInfo.cpp",
|
||||
"HexagonLoopIdiomRecognition.cpp",
|
||||
"HexagonMCInstLower.cpp",
|
||||
"HexagonMachineFunctionInfo.cpp",
|
||||
"HexagonMachineScheduler.cpp",
|
||||
"HexagonMCInstLower.cpp",
|
||||
"HexagonNewValueJump.cpp",
|
||||
"HexagonOptAddrMode.cpp",
|
||||
"HexagonOptimizeSZextends.cpp",
|
||||
@ -83,10 +83,10 @@ static_library("LLVMHexagonCodeGen") {
|
||||
"HexagonTargetMachine.cpp",
|
||||
"HexagonTargetObjectFile.cpp",
|
||||
"HexagonTargetTransformInfo.cpp",
|
||||
"HexagonVectorLoopCarriedReuse.cpp",
|
||||
"HexagonVectorPrint.cpp",
|
||||
"HexagonVExtract.cpp",
|
||||
"HexagonVLIWPacketizer.cpp",
|
||||
"HexagonVectorLoopCarriedReuse.cpp",
|
||||
"HexagonVectorPrint.cpp",
|
||||
"RDFCopy.cpp",
|
||||
"RDFDeadCode.cpp",
|
||||
"RDFGraph.cpp",
|
||||
|
@ -33,11 +33,11 @@ static_library("LLVMLanaiCodeGen") {
|
||||
"LanaiAsmPrinter.cpp",
|
||||
"LanaiDelaySlotFiller.cpp",
|
||||
"LanaiFrameLowering.cpp",
|
||||
"LanaiInstrInfo.cpp",
|
||||
"LanaiISelDAGToDAG.cpp",
|
||||
"LanaiISelLowering.cpp",
|
||||
"LanaiMachineFunctionInfo.cpp",
|
||||
"LanaiInstrInfo.cpp",
|
||||
"LanaiMCInstLower.cpp",
|
||||
"LanaiMachineFunctionInfo.cpp",
|
||||
"LanaiMemAluCombiner.cpp",
|
||||
"LanaiRegisterInfo.cpp",
|
||||
"LanaiSelectionDAGInfo.cpp",
|
||||
|
@ -32,15 +32,15 @@ static_library("LLVMSparcCodeGen") {
|
||||
"DelaySlotFiller.cpp",
|
||||
"LeonPasses.cpp",
|
||||
"SparcAsmPrinter.cpp",
|
||||
"SparcInstrInfo.cpp",
|
||||
"SparcFrameLowering.cpp",
|
||||
"SparcISelDAGToDAG.cpp",
|
||||
"SparcISelLowering.cpp",
|
||||
"SparcFrameLowering.cpp",
|
||||
"SparcInstrInfo.cpp",
|
||||
"SparcMCInstLower.cpp",
|
||||
"SparcMachineFunctionInfo.cpp",
|
||||
"SparcRegisterInfo.cpp",
|
||||
"SparcSubtarget.cpp",
|
||||
"SparcTargetMachine.cpp",
|
||||
"SparcMCInstLower.cpp",
|
||||
"SparcTargetObjectFile.cpp",
|
||||
]
|
||||
}
|
||||
|
@ -63,8 +63,8 @@ static_library("MCTargetDesc") {
|
||||
"SparcInstPrinter.cpp",
|
||||
"SparcMCAsmInfo.cpp",
|
||||
"SparcMCCodeEmitter.cpp",
|
||||
"SparcMCTargetDesc.cpp",
|
||||
"SparcMCExpr.cpp",
|
||||
"SparcMCTargetDesc.cpp",
|
||||
"SparcTargetStreamer.cpp",
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user