From 72dd4f75d6c6f7964a6612599ff09895ffd8d7e6 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Mon, 24 Nov 2025 20:10:02 +0000 Subject: [PATCH] [gn build] Port dea330b38d9c --- llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn | 2 -- llvm/utils/gn/secondary/clang/lib/Frontend/BUILD.gn | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn index 9b524e2ef7cd..66dbf6152472 100644 --- a/llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn @@ -29,8 +29,6 @@ static_library("Driver") { sources = [ "Action.cpp", "Compilation.cpp", - "CreateASTUnitFromArgs.cpp", - "CreateInvocationFromArgs.cpp", "Distro.cpp", "Driver.cpp", "Job.cpp", diff --git a/llvm/utils/gn/secondary/clang/lib/Frontend/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Frontend/BUILD.gn index cdf39d645bc5..4009cfc609f4 100644 --- a/llvm/utils/gn/secondary/clang/lib/Frontend/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/lib/Frontend/BUILD.gn @@ -28,6 +28,7 @@ static_library("Frontend") { "ChainedIncludesSource.cpp", "CompilerInstance.cpp", "CompilerInvocation.cpp", + "CreateInvocationFromCommandLine.cpp", "DependencyFile.cpp", "DependencyGraph.cpp", "DiagnosticRenderer.cpp", @@ -47,7 +48,6 @@ static_library("Frontend") { "SARIFDiagnosticPrinter.cpp", "SerializedDiagnosticPrinter.cpp", "SerializedDiagnosticReader.cpp", - "StandaloneDiagnostic.cpp", "TestModuleFileExtension.cpp", "TextDiagnostic.cpp", "TextDiagnosticBuffer.cpp",