Skip to content

Commit e1ef140

Browse files
committed
[gn build] Add missed comma
1 parent e3e25b5 commit e1ef140

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ static_library("LLVMAMDGPUCodeGen") {
131131
"AMDGPUAttributor.cpp",
132132
"AMDGPUCallLowering.cpp",
133133
"AMDGPUCodeGenPrepare.cpp",
134-
"AMDGPUCombinerHelper.cpp"
134+
"AMDGPUCombinerHelper.cpp",
135135
"AMDGPUCtorDtorLowering.cpp",
136136
"AMDGPUExportClustering.cpp",
137137
"AMDGPUFixFunctionBitcasts.cpp",

0 commit comments

Comments
 (0)