Skip to content

Commit

Permalink
[gn build] Port 48958d0
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Aug 25, 2021
1 parent 48958d0 commit b0b26ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn
Expand Up @@ -131,9 +131,9 @@ static_library("LLVMAMDGPUCodeGen") {
"AMDGPUAttributor.cpp",
"AMDGPUCallLowering.cpp",
"AMDGPUCodeGenPrepare.cpp",
"AMDGPUCtorDtorLowering.cpp",
"AMDGPUExportClustering.cpp",
"AMDGPUFixFunctionBitcasts.cpp",
"AMDGPUCtorDtorLowering.cpp",
"AMDGPUFrameLowering.cpp",
"AMDGPUGlobalISelUtils.cpp",
"AMDGPUHSAMetadataStreamer.cpp",
Expand Down Expand Up @@ -198,6 +198,9 @@ static_library("LLVMAMDGPUCodeGen") {
"R600OptimizeVectorRegisters.cpp",
"R600Packetizer.cpp",
"R600RegisterInfo.cpp",
"R600Subtarget.cpp",
"R600TargetMachine.cpp",
"R600TargetTransformInfo.cpp",
"SIAnnotateControlFlow.cpp",
"SIFixSGPRCopies.cpp",
"SIFixVGPRCopies.cpp",
Expand Down
Expand Up @@ -103,6 +103,7 @@ static_library("MCTargetDesc") {
"AMDGPUMCCodeEmitter.cpp",
"AMDGPUMCTargetDesc.cpp",
"AMDGPUTargetStreamer.cpp",
"R600InstPrinter.cpp",
"R600MCCodeEmitter.cpp",
"R600MCTargetDesc.cpp",
"SIMCCodeEmitter.cpp",
Expand Down

0 comments on commit b0b26ae

Please sign in to comment.