[llvm] 9619674 - [gn build] Port 8ca366935b05

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 13 11:52:42 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-04-13T18:49:06Z
New Revision: 961967453a6d7e92bf7d6a32b3409f6a326c22ca

URL: https://github.com/llvm/llvm-project/commit/961967453a6d7e92bf7d6a32b3409f6a326c22ca
DIFF: https://github.com/llvm/llvm-project/commit/961967453a6d7e92bf7d6a32b3409f6a326c22ca.diff

LOG: [gn build] Port 8ca366935b05

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 22fee55efe6d7..98c38399b08b7 100644
--- a/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
+++ b/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
@@ -23,8 +23,6 @@ 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