[llvm] 70409b2 - [gn build] Port 2124ca1d5cb

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 19 06:17:16 PDT 2020


Author: Nico Weber
Date: 2020-09-19T08:34:58-04:00
New Revision: 70409b2897f2c894e389c5ab590931f983d3e6d7

URL: https://github.com/llvm/llvm-project/commit/70409b2897f2c894e389c5ab590931f983d3e6d7
DIFF: https://github.com/llvm/llvm-project/commit/70409b2897f2c894e389c5ab590931f983d3e6d7.diff

LOG: [gn build] Port 2124ca1d5cb

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 67c4939f90a0..52d54d6b4e57 100644
--- a/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
+++ b/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
@@ -36,6 +36,7 @@ static_library("MachO2") {
     "Symbols.cpp",
     "SyntheticSections.cpp",
     "Target.cpp",
+    "UnwindInfoSection.cpp",
     "Writer.cpp",
   ]
 }


        


More information about the llvm-commits mailing list