gn build: Merge bc76dadb3c

This commit is contained in:
LLVM GN Syncbot 2019-12-03 11:35:13 +00:00
parent 16c0653db1
commit 14f7673939
2 changed files with 1 additions and 1 deletions

View File

@ -182,6 +182,7 @@ static_library("CodeGen") {
"TargetSchedule.cpp",
"TargetSubtargetInfo.cpp",
"TwoAddressInstructionPass.cpp",
"TypePromotion.cpp",
"UnreachableBlockElim.cpp",
"ValueTypes.cpp",
"VirtRegMap.cpp",

View File

@ -69,7 +69,6 @@ static_library("LLVMARMCodeGen") {
"ARMBasicBlockInfo.cpp",
"ARMCallLowering.cpp",
"ARMCallingConv.cpp",
"ARMCodeGenPrepare.cpp",
"ARMConstantIslandPass.cpp",
"ARMConstantPoolValue.cpp",
"ARMExpandPseudoInsts.cpp",