[llvm] 71a79e7 - [gn build] Port 87104faac433

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 17:17:45 PST 2021


Author: LLVM GN Syncbot
Date: 2021-02-09T01:14:44Z
New Revision: 71a79e7b4b93b27676d968c23e764a6230827908

URL: https://github.com/llvm/llvm-project/commit/71a79e7b4b93b27676d968c23e764a6230827908
DIFF: https://github.com/llvm/llvm-project/commit/71a79e7b4b93b27676d968c23e764a6230827908.diff

LOG: [gn build] Port 87104faac433

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lld/MachO/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lld/MachO/BUILD.gn b/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
index a55b5775ad70..b75e4475d7fd 100644
--- a/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
+++ b/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
@@ -22,6 +22,7 @@ static_library("MachO2") {
     "//libunwind/include",
   ]
   sources = [
+    "Arch/ARM64.cpp",
     "Arch/X86_64.cpp",
     "Driver.cpp",
     "DriverUtils.cpp",


        


More information about the llvm-commits mailing list