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") {
187
187
" AMDGPUResourceUsageAnalysis.cpp" ,
188
188
" AMDGPURewriteOutArguments.cpp" ,
189
189
" AMDGPURewriteUndefForPHI.cpp" ,
190
+ " AMDGPUSelectionDAGInfo.cpp" ,
190
191
" AMDGPUSetWavePriority.cpp" ,
191
192
" AMDGPUSplitModule.cpp" ,
192
193
" AMDGPUSubtarget.cpp" ,
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ static_library("LLVMMipsCodeGen") {
108
108
" MipsSEISelLowering.cpp" ,
109
109
" MipsSEInstrInfo.cpp" ,
110
110
" MipsSERegisterInfo.cpp" ,
111
+ " MipsSelectionDAGInfo.cpp" ,
111
112
" MipsSubtarget.cpp" ,
112
113
" MipsTargetMachine.cpp" ,
113
114
" MipsTargetObjectFile.cpp" ,
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ static_library("LLVMNVPTXCodeGen") {
50
50
" NVPTXProxyRegErasure.cpp" ,
51
51
" NVPTXRegisterInfo.cpp" ,
52
52
" NVPTXReplaceImageHandles.cpp" ,
53
+ " NVPTXSelectionDAGInfo.cpp" ,
53
54
" NVPTXSubtarget.cpp" ,
54
55
" NVPTXTargetMachine.cpp" ,
55
56
" NVPTXTargetTransformInfo.cpp" ,
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ static_library("LLVMPowerPCCodeGen") {
86
86
" PPCPreEmitPeephole.cpp" ,
87
87
" PPCReduceCRLogicals.cpp" ,
88
88
" PPCRegisterInfo.cpp" ,
89
+ " PPCSelectionDAGInfo.cpp" ,
89
90
" PPCSubtarget.cpp" ,
90
91
" PPCTLSDynamicCall.cpp" ,
91
92
" PPCTOCRegDeps.cpp" ,
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ static_library("LLVMRISCVCodeGen") {
137
137
" RISCVPushPopOptimizer.cpp" ,
138
138
" RISCVRedundantCopyElimination.cpp" ,
139
139
" RISCVRegisterInfo.cpp" ,
140
+ " RISCVSelectionDAGInfo.cpp" ,
140
141
" RISCVSubtarget.cpp" ,
141
142
" RISCVTargetMachine.cpp" ,
142
143
" RISCVTargetObjectFile.cpp" ,
You can’t perform that action at this time.
0 commit comments