We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c0653 commit 14f7673Copy full SHA for 14f7673
llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
@@ -182,6 +182,7 @@ static_library("CodeGen") {
182
"TargetSchedule.cpp",
183
"TargetSubtargetInfo.cpp",
184
"TwoAddressInstructionPass.cpp",
185
+ "TypePromotion.cpp",
186
"UnreachableBlockElim.cpp",
187
"ValueTypes.cpp",
188
"VirtRegMap.cpp",
llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn
@@ -69,7 +69,6 @@ static_library("LLVMARMCodeGen") {
69
"ARMBasicBlockInfo.cpp",
70
"ARMCallLowering.cpp",
71
"ARMCallingConv.cpp",
72
- "ARMCodeGenPrepare.cpp",
73
"ARMConstantIslandPass.cpp",
74
"ARMConstantPoolValue.cpp",
75
"ARMExpandPseudoInsts.cpp",
0 commit comments