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",
|
"TargetSchedule.cpp",
|
||||||
"TargetSubtargetInfo.cpp",
|
"TargetSubtargetInfo.cpp",
|
||||||
"TwoAddressInstructionPass.cpp",
|
"TwoAddressInstructionPass.cpp",
|
||||||
|
"TypePromotion.cpp",
|
||||||
"UnreachableBlockElim.cpp",
|
"UnreachableBlockElim.cpp",
|
||||||
"ValueTypes.cpp",
|
"ValueTypes.cpp",
|
||||||
"VirtRegMap.cpp",
|
"VirtRegMap.cpp",
|
||||||
|
|
|
@ -69,7 +69,6 @@ static_library("LLVMARMCodeGen") {
|
||||||
"ARMBasicBlockInfo.cpp",
|
"ARMBasicBlockInfo.cpp",
|
||||||
"ARMCallLowering.cpp",
|
"ARMCallLowering.cpp",
|
||||||
"ARMCallingConv.cpp",
|
"ARMCallingConv.cpp",
|
||||||
"ARMCodeGenPrepare.cpp",
|
|
||||||
"ARMConstantIslandPass.cpp",
|
"ARMConstantIslandPass.cpp",
|
||||||
"ARMConstantPoolValue.cpp",
|
"ARMConstantPoolValue.cpp",
|
||||||
"ARMExpandPseudoInsts.cpp",
|
"ARMExpandPseudoInsts.cpp",
|
||||||
|
|
Loading…
Reference in New Issue