We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ba3fe commit ef89057Copy full SHA for ef89057
llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn
@@ -138,6 +138,7 @@ static_library("LLVMAMDGPUCodeGen") {
138
"AMDGPUAtomicOptimizer.cpp",
139
"AMDGPUAttributor.cpp",
140
"AMDGPUCallLowering.cpp",
141
+ "AMDGPUCodeGenPassBuilder.cpp",
142
"AMDGPUCodeGenPrepare.cpp",
143
"AMDGPUCombinerHelper.cpp",
144
"AMDGPUCtorDtorLowering.cpp",
@@ -206,6 +207,7 @@ static_library("LLVMAMDGPUCodeGen") {
206
207
"GCNVOPDUtils.cpp",
208
"R600AsmPrinter.cpp",
209
"R600ClauseMergePass.cpp",
210
+ "R600CodeGenPassBuilder.cpp",
211
"R600ControlFlowFinalizer.cpp",
212
"R600EmitClauseMarkers.cpp",
213
"R600ExpandSpecialInstrs.cpp",
0 commit comments