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