gn build: Merge r352444, r352431, r352430

llvm-svn: 352502
This commit is contained in:
Nico Weber 2019-01-29 14:39:54 +00:00
parent 060f7fe3e3
commit a963821052
3 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,7 @@ static_library("LLVMAArch64CodeGen") {
"AArch64AsmPrinter.cpp",
"AArch64BranchTargets.cpp",
"AArch64CallLowering.cpp",
"AArch64CallingConvention.cpp",
"AArch64CleanupLocalDynamicTLSPass.cpp",
"AArch64CollectLOH.cpp",
"AArch64CompressJumpTables.cpp",

View File

@ -66,6 +66,7 @@ static_library("LLVMARMCodeGen") {
"ARMBaseInstrInfo.cpp",
"ARMBaseRegisterInfo.cpp",
"ARMCallLowering.cpp",
"ARMCallingConv.cpp",
"ARMCodeGenPrepare.cpp",
"ARMComputeBlockSize.cpp",
"ARMConstantIslandPass.cpp",

View File

@ -45,6 +45,7 @@ static_library("LLVMPowerPCCodeGen") {
"PPCBranchSelector.cpp",
"PPCCCState.cpp",
"PPCCTRLoops.cpp",
"PPCCallingConv.cpp",
"PPCEarlyReturn.cpp",
"PPCExpandISEL.cpp",
"PPCFastISel.cpp",