forked from OSchip/llvm-project
[gn build] Port 48958d02d2
This commit is contained in:
parent
48958d02d2
commit
b0b26ae4b3
|
@ -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",
|
||||
|
@ -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",
|
||||
|
|
|
@ -103,6 +103,7 @@ static_library("MCTargetDesc") {
|
|||
"AMDGPUMCCodeEmitter.cpp",
|
||||
"AMDGPUMCTargetDesc.cpp",
|
||||
"AMDGPUTargetStreamer.cpp",
|
||||
"R600InstPrinter.cpp",
|
||||
"R600MCCodeEmitter.cpp",
|
||||
"R600MCTargetDesc.cpp",
|
||||
"SIMCCodeEmitter.cpp",
|
||||
|
|
Loading…
Reference in New Issue