mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Frontend: remove -swift-module-file. NFC
We are now using a JSON file for explicit module inputs, so this argument can be removed.
This commit is contained in:
@@ -161,7 +161,6 @@ public:
|
||||
static std::unique_ptr<ExplicitSwiftModuleLoader>
|
||||
create(ASTContext &ctx,
|
||||
DependencyTracker *tracker, ModuleLoadingMode loadMode,
|
||||
ArrayRef<std::string> ExplicitModulePaths,
|
||||
StringRef ExplicitSwiftModuleMap,
|
||||
bool IgnoreSwiftSourceInfoFile);
|
||||
|
||||
@@ -180,8 +179,6 @@ struct ExplicitModuleInfo {
|
||||
std::string moduleDocPath;
|
||||
// Path of the .swiftsourceinfo file.
|
||||
std::string moduleSourceInfoPath;
|
||||
// Opened buffer for the .swiftmodule file.
|
||||
std::unique_ptr<llvm::MemoryBuffer> moduleBuffer;
|
||||
// A flag that indicates whether this module is a framework
|
||||
bool isFramework;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user