[llvm] 6333ee2 - [gn build] Port ed8bff13dcaa

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 18 07:42:47 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-03-18T14:39:37Z
New Revision: 6333ee2184f1941c1ac548d99ecd8807be499bf1

URL: https://github.com/llvm/llvm-project/commit/6333ee2184f1941c1ac548d99ecd8807be499bf1
DIFF: https://github.com/llvm/llvm-project/commit/6333ee2184f1941c1ac548d99ecd8807be499bf1.diff

LOG: [gn build] Port ed8bff13dcaa

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 d0fe2e128d9e0..98c38399b08b7 100644
--- a/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
+++ b/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
@@ -31,6 +31,7 @@ static_library("MachO2") {
     "InputFiles.cpp",
     "InputSection.cpp",
     "LTO.cpp",
+    "MapFile.cpp",
     "MergedOutputSection.cpp",
     "ObjC.cpp",
     "OutputSection.cpp",


        


More information about the llvm-commits mailing list