forked from OSchip/llvm-project
[gn build] Add missed comma
This commit is contained in:
parent
e3e25b5112
commit
e1ef14069e
|
@ -131,7 +131,7 @@ static_library("LLVMAMDGPUCodeGen") {
|
|||
"AMDGPUAttributor.cpp",
|
||||
"AMDGPUCallLowering.cpp",
|
||||
"AMDGPUCodeGenPrepare.cpp",
|
||||
"AMDGPUCombinerHelper.cpp"
|
||||
"AMDGPUCombinerHelper.cpp",
|
||||
"AMDGPUCtorDtorLowering.cpp",
|
||||
"AMDGPUExportClustering.cpp",
|
||||
"AMDGPUFixFunctionBitcasts.cpp",
|
||||
|
|
Loading…
Reference in New Issue