[llvm] e676076 - [gn build] Port 6cb073133c5

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 17:03:31 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-05-02T00:00:04Z
New Revision: e676076c256771eb93147f727a8446370e45e08a

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

LOG: [gn build] Port 6cb073133c5

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 01fd65d1cfd7..e472b3a1255d 100644
--- a/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
+++ b/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
@@ -24,6 +24,8 @@ static_library("MachO2") {
     "ExportTrie.cpp",
     "InputFiles.cpp",
     "InputSection.cpp",
+    "MergedOutputSection.cpp",
+    "OutputSection.cpp",
     "OutputSegment.cpp",
     "SymbolTable.cpp",
     "Symbols.cpp",


        


More information about the llvm-commits mailing list