[llvm] 7ec5907 - [gn build] Port 8914902b01a3

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 13 09:09:36 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-04-13T16:05:39Z
New Revision: 7ec5907a6c99ae82c795ad5362e12aa48c75bca7

URL: https://github.com/llvm/llvm-project/commit/7ec5907a6c99ae82c795ad5362e12aa48c75bca7
DIFF: https://github.com/llvm/llvm-project/commit/7ec5907a6c99ae82c795ad5362e12aa48c75bca7.diff

LOG: [gn build] Port 8914902b01a3

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 98c38399b08b7..22fee55efe6d7 100644
--- a/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
+++ b/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
@@ -23,6 +23,8 @@ static_library("MachO2") {
   ]
   sources = [
     "Arch/ARM64.cpp",
+    "Arch/ARM64Common.cpp",
+    "Arch/ARM64_32.cpp",
     "Arch/X86_64.cpp",
     "Driver.cpp",
     "DriverUtils.cpp",


        


More information about the llvm-commits mailing list