Skip to content

Commit e3de8ff

Browse files
committed
[gn build] Port d090311
1 parent 0a35f44 commit e3de8ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ static_library("Driver") {
2929
sources = [
3030
"Action.cpp",
3131
"Compilation.cpp",
32+
"CreateASTUnitFromArgs.cpp",
33+
"CreateInvocationFromArgs.cpp",
3234
"Distro.cpp",
3335
"Driver.cpp",
3436
"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,7 +28,6 @@ static_library("Frontend") {
2828
"ChainedIncludesSource.cpp",
2929
"CompilerInstance.cpp",
3030
"CompilerInvocation.cpp",
31-
"CreateInvocationFromCommandLine.cpp",
3231
"DependencyFile.cpp",
3332
"DependencyGraph.cpp",
3433
"DiagnosticRenderer.cpp",
@@ -48,6 +47,7 @@ static_library("Frontend") {
4847
"SARIFDiagnosticPrinter.cpp",
4948
"SerializedDiagnosticPrinter.cpp",
5049
"SerializedDiagnosticReader.cpp",
50+
"StandaloneDiagnostic.cpp",
5151
"TestModuleFileExtension.cpp",
5252
"TextDiagnostic.cpp",
5353
"TextDiagnosticBuffer.cpp",

0 commit comments

Comments
 (0)