File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
llvm/utils/gn/secondary/clang/lib Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments