diff options
-rw-r--r-- | llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn index 6b70200fae4..4618e26fd85 100644 --- a/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn +++ b/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn @@ -64,10 +64,10 @@ static_library("LLVMARMCodeGen") { "ARMAsmPrinter.cpp", "ARMBaseInstrInfo.cpp", "ARMBaseRegisterInfo.cpp", + "ARMBasicBlockInfo.cpp", "ARMCallLowering.cpp", "ARMCallingConv.cpp", "ARMCodeGenPrepare.cpp", - "ARMComputeBlockSize.cpp", "ARMConstantIslandPass.cpp", "ARMConstantPoolValue.cpp", "ARMExpandPseudoInsts.cpp", |