[llvm] a6b95b2 - [gn build] Port 7394460d875

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 23:03:43 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-08-27T05:59:55Z
New Revision: a6b95b287f7798ea5d40bc50f91c3bdfda63321d

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

LOG: [gn build] Port 7394460d875

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 e472b3a1255d..317a57cdc4cb 100644
--- a/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
+++ b/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
@@ -21,6 +21,7 @@ static_library("MachO2") {
   sources = [
     "Arch/X86_64.cpp",
     "Driver.cpp",
+    "DriverUtils.cpp",
     "ExportTrie.cpp",
     "InputFiles.cpp",
     "InputSection.cpp",


        


More information about the llvm-commits mailing list