Skip to content

Commit 9250ae7

Browse files
llvmgnsyncbotaadeshps-mcw
authored andcommitted
[gn build] Port dea330b
1 parent ef1e2a1 commit 9250ae7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

llvm/utils/gn/secondary/clang/lib/Driver/BUILD.gn

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ static_library("Driver") {
2929
sources = [
3030
"Action.cpp",
3131
"Compilation.cpp",
32-
"CreateASTUnitFromArgs.cpp",
33-
"CreateInvocationFromArgs.cpp",
3432
"Distro.cpp",
3533
"Driver.cpp",
3634
"Job.cpp",

llvm/utils/gn/secondary/clang/lib/Frontend/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ static_library("Frontend") {
2828
"ChainedIncludesSource.cpp",
2929
"CompilerInstance.cpp",
3030
"CompilerInvocation.cpp",
31+
"CreateInvocationFromCommandLine.cpp",
3132
"DependencyFile.cpp",
3233
"DependencyGraph.cpp",
3334
"DiagnosticRenderer.cpp",
@@ -47,7 +48,6 @@ static_library("Frontend") {
4748
"SARIFDiagnosticPrinter.cpp",
4849
"SerializedDiagnosticPrinter.cpp",
4950
"SerializedDiagnosticReader.cpp",
50-
"StandaloneDiagnostic.cpp",
5151
"TestModuleFileExtension.cpp",
5252
"TextDiagnostic.cpp",
5353
"TextDiagnosticBuffer.cpp",

0 commit comments

Comments
 (0)