File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
llvm/utils/gn/secondary/llvm/lib/Target Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ static_library("LLVMAMDGPUCodeGen") {
187187 " AMDGPUResourceUsageAnalysis.cpp" ,
188188 " AMDGPURewriteOutArguments.cpp" ,
189189 " AMDGPURewriteUndefForPHI.cpp" ,
190+ " AMDGPUSelectionDAGInfo.cpp" ,
190191 " AMDGPUSetWavePriority.cpp" ,
191192 " AMDGPUSplitModule.cpp" ,
192193 " AMDGPUSubtarget.cpp" ,
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ static_library("LLVMMipsCodeGen") {
108108 " MipsSEISelLowering.cpp" ,
109109 " MipsSEInstrInfo.cpp" ,
110110 " MipsSERegisterInfo.cpp" ,
111+ " MipsSelectionDAGInfo.cpp" ,
111112 " MipsSubtarget.cpp" ,
112113 " MipsTargetMachine.cpp" ,
113114 " MipsTargetObjectFile.cpp" ,
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ static_library("LLVMNVPTXCodeGen") {
5050 " NVPTXProxyRegErasure.cpp" ,
5151 " NVPTXRegisterInfo.cpp" ,
5252 " NVPTXReplaceImageHandles.cpp" ,
53+ " NVPTXSelectionDAGInfo.cpp" ,
5354 " NVPTXSubtarget.cpp" ,
5455 " NVPTXTargetMachine.cpp" ,
5556 " NVPTXTargetTransformInfo.cpp" ,
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ static_library("LLVMPowerPCCodeGen") {
8686 " PPCPreEmitPeephole.cpp" ,
8787 " PPCReduceCRLogicals.cpp" ,
8888 " PPCRegisterInfo.cpp" ,
89+ " PPCSelectionDAGInfo.cpp" ,
8990 " PPCSubtarget.cpp" ,
9091 " PPCTLSDynamicCall.cpp" ,
9192 " PPCTOCRegDeps.cpp" ,
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ static_library("LLVMRISCVCodeGen") {
137137 " RISCVPushPopOptimizer.cpp" ,
138138 " RISCVRedundantCopyElimination.cpp" ,
139139 " RISCVRegisterInfo.cpp" ,
140+ " RISCVSelectionDAGInfo.cpp" ,
140141 " RISCVSubtarget.cpp" ,
141142 " RISCVTargetMachine.cpp" ,
142143 " RISCVTargetObjectFile.cpp" ,
You can’t perform that action at this time.
0 commit comments