From: LLVM GN Syncbot Date: Tue, 20 Jul 2021 20:51:01 +0000 (+0000) Subject: [gn build] Port 05a6d74c4845 X-Git-Tag: llvmorg-14-init~839 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1438c1bd2ad9269b26275e31b097d24763919f4;p=platform%2Fupstream%2Fllvm.git [gn build] Port 05a6d74c4845 --- diff --git a/llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn index 52d3895..3556746 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 16b4113..73cdf4a 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",