Skip to content

Commit 64d75bd

Browse files
committed
[gn build] Port 55d744e
1 parent 12d4c89 commit 64d75bd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ static_library("LLVMAMDGPUCodeGen") {
171171
"AMDGPUMachineModuleInfo.cpp",
172172
"AMDGPUMacroFusion.cpp",
173173
"AMDGPUMarkLastScratchLoad.cpp",
174+
"AMDGPUMemoryUtils.cpp",
174175
"AMDGPUOpenCLEnqueuedBlockLowering.cpp",
175176
"AMDGPUPerfHintAnalysis.cpp",
176177
"AMDGPUPostLegalizerCombiner.cpp",

llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/Utils/BUILD.gn

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ static_library("Utils") {
3434
"AMDGPUAsmUtils.cpp",
3535
"AMDGPUBaseInfo.cpp",
3636
"AMDGPUDelayedMCExpr.cpp",
37-
"AMDGPUMemoryUtils.cpp",
3837
"AMDGPUPALMetadata.cpp",
3938
"AMDKernelCodeTUtils.cpp",
4039
]

0 commit comments

Comments
 (0)