mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user