Skip to content

Commit 14f7673

Browse files
committed
gn build: Merge bc76dad
1 parent 16c0653 commit 14f7673

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ static_library("CodeGen") {
182182
"TargetSchedule.cpp",
183183
"TargetSubtargetInfo.cpp",
184184
"TwoAddressInstructionPass.cpp",
185+
"TypePromotion.cpp",
185186
"UnreachableBlockElim.cpp",
186187
"ValueTypes.cpp",
187188
"VirtRegMap.cpp",

llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ static_library("LLVMARMCodeGen") {
6969
"ARMBasicBlockInfo.cpp",
7070
"ARMCallLowering.cpp",
7171
"ARMCallingConv.cpp",
72-
"ARMCodeGenPrepare.cpp",
7372
"ARMConstantIslandPass.cpp",
7473
"ARMConstantPoolValue.cpp",
7574
"ARMExpandPseudoInsts.cpp",

0 commit comments

Comments
 (0)