mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Serialization: Break the cycle between Serialization and SymbolGraphGen.
Push the top level logic for writing out swiftmodules and associated files into the frontend library which has access to all the necessary dependencies.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "swift/AST/USRGeneration.h"
|
||||
#include "swift/Basic/Defer.h"
|
||||
#include "swift/Basic/SourceManager.h"
|
||||
#include "swift/Serialization/Serialization.h"
|
||||
#include "llvm/ADT/StringSet.h"
|
||||
#include "llvm/Support/DJB.h"
|
||||
#include "llvm/Support/EndianStream.h"
|
||||
|
||||
Reference in New Issue
Block a user