[llvm] d1438c1 - [gn build] Port 05a6d74c4845
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 20 13:56:02 PDT 2021
Author: LLVM GN Syncbot
Date: 2021-07-20T20:51:01Z
New Revision: d1438c1bd2ad9269b26275e31b097d24763919f4
URL: https://github.com/llvm/llvm-project/commit/d1438c1bd2ad9269b26275e31b097d24763919f4
DIFF: https://github.com/llvm/llvm-project/commit/d1438c1bd2ad9269b26275e31b097d24763919f4.diff
LOG: [gn build] Port 05a6d74c4845
Added:
Modified:
llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
index 52d38954c3c1d..35567460f01ad 100644
--- a/llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
@@ -58,6 +58,7 @@ static_library("Basic") {
"CharInfo.cpp",
"CodeGenOptions.cpp",
"Cuda.cpp",
+ "DarwinSDKInfo.cpp",
"Diagnostic.cpp",
"DiagnosticIDs.cpp",
"DiagnosticOptions.cpp",
diff --git a/llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn
index 16b4113d4f52f..73cdf4abb978d 100644
--- a/llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn
@@ -30,7 +30,6 @@ static_library("Driver") {
sources = [
"Action.cpp",
"Compilation.cpp",
- "DarwinSDKInfo.cpp",
"Distro.cpp",
"Driver.cpp",
"DriverOptions.cpp",
More information about the llvm-commits
mailing list