[llvm] 9ba2191 - [gn build] Port 33706191d88d
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue May 25 12:02:13 PDT 2021
Author: LLVM GN Syncbot
Date: 2021-05-25T18:58:50Z
New Revision: 9ba21911db304f0536c38a7180aad89c82ee6ad1
URL: https://github.com/llvm/llvm-project/commit/9ba21911db304f0536c38a7180aad89c82ee6ad1
DIFF: https://github.com/llvm/llvm-project/commit/9ba21911db304f0536c38a7180aad89c82ee6ad1.diff
LOG: [gn build] Port 33706191d88d
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 185ce24c7025c..29e10d6a309e6 100644
--- a/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
+++ b/llvm/utils/gn/secondary/lld/MachO/BUILD.gn
@@ -27,6 +27,7 @@ static_library("MachO2") {
"Arch/ARM64Common.cpp",
"Arch/ARM64_32.cpp",
"Arch/X86_64.cpp",
+ "ConcatOutputSection.cpp",
"Driver.cpp",
"DriverUtils.cpp",
"Dwarf.cpp",
@@ -35,7 +36,6 @@ static_library("MachO2") {
"InputSection.cpp",
"LTO.cpp",
"MapFile.cpp",
- "MergedOutputSection.cpp",
"ObjC.cpp",
"OutputSection.cpp",
"OutputSegment.cpp",
More information about the llvm-commits
mailing list