forked from OSchip/llvm-project
gn build: Merge bc76dadb3c
This commit is contained in:
parent
16c0653db1
commit
14f7673939
|
@ -182,6 +182,7 @@ static_library("CodeGen") {
|
|||
"TargetSchedule.cpp",
|
||||
"TargetSubtargetInfo.cpp",
|
||||
"TwoAddressInstructionPass.cpp",
|
||||
"TypePromotion.cpp",
|
||||
"UnreachableBlockElim.cpp",
|
||||
"ValueTypes.cpp",
|
||||
"VirtRegMap.cpp",
|
||||
|
|
|
@ -69,7 +69,6 @@ static_library("LLVMARMCodeGen") {
|
|||
"ARMBasicBlockInfo.cpp",
|
||||
"ARMCallLowering.cpp",
|
||||
"ARMCallingConv.cpp",
|
||||
"ARMCodeGenPrepare.cpp",
|
||||
"ARMConstantIslandPass.cpp",
|
||||
"ARMConstantPoolValue.cpp",
|
||||
"ARMExpandPseudoInsts.cpp",
|
||||
|
|
Loading…
Reference in New Issue