IDE: Move compiler invocation utils to break cycle with Frontend.

Move compiler invocation utilities up into the IDETool library which is designed to be dependent on the Frontend and FrontendTool libraries.
This commit is contained in:
Allan Shortlidge
2022-10-29 17:32:25 -07:00
parent 02e537ffad
commit d663c11df7
11 changed files with 450 additions and 404 deletions

View File

@@ -21,7 +21,7 @@
#include "swift/Frontend/PrintingDiagnosticConsumer.h"
#include "swift/IDE/ModuleInterfacePrinting.h"
#include "swift/IDE/SyntaxModel.h"
#include "swift/IDE/Utils.h"
#include "swift/IDETool/CompilerInvocation.h"
#include "swift/Parse/ParseVersion.h"
#include "swift/Strings.h"