diff options
-rw-r--r-- | llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 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 27d98ae937c8..e98d3a77adf4 100644 --- a/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn +++ b/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn @@ -67,6 +67,7 @@ static_library("LLVMARMCodeGen") { "ARMBaseInstrInfo.cpp", "ARMBaseRegisterInfo.cpp", "ARMBasicBlockInfo.cpp", + "ARMBlockPlacement.cpp", "ARMCallLowering.cpp", "ARMCallingConv.cpp", "ARMConstantIslandPass.cpp", |