forked from OSchip/llvm-project
gn build: Merge r352444, r352431, r352430
llvm-svn: 352502
This commit is contained in:
parent
060f7fe3e3
commit
a963821052
|
@ -67,6 +67,7 @@ static_library("LLVMAArch64CodeGen") {
|
|||
"AArch64AsmPrinter.cpp",
|
||||
"AArch64BranchTargets.cpp",
|
||||
"AArch64CallLowering.cpp",
|
||||
"AArch64CallingConvention.cpp",
|
||||
"AArch64CleanupLocalDynamicTLSPass.cpp",
|
||||
"AArch64CollectLOH.cpp",
|
||||
"AArch64CompressJumpTables.cpp",
|
||||
|
|
|
@ -66,6 +66,7 @@ static_library("LLVMARMCodeGen") {
|
|||
"ARMBaseInstrInfo.cpp",
|
||||
"ARMBaseRegisterInfo.cpp",
|
||||
"ARMCallLowering.cpp",
|
||||
"ARMCallingConv.cpp",
|
||||
"ARMCodeGenPrepare.cpp",
|
||||
"ARMComputeBlockSize.cpp",
|
||||
"ARMConstantIslandPass.cpp",
|
||||
|
|
|
@ -45,6 +45,7 @@ static_library("LLVMPowerPCCodeGen") {
|
|||
"PPCBranchSelector.cpp",
|
||||
"PPCCCState.cpp",
|
||||
"PPCCTRLoops.cpp",
|
||||
"PPCCallingConv.cpp",
|
||||
"PPCEarlyReturn.cpp",
|
||||
"PPCExpandISEL.cpp",
|
||||
"PPCFastISel.cpp",
|
||||
|
|
Loading…
Reference in New Issue