mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Frontend: move ExplicitSwiftModules into SearchPathOptions, NFC
This commit is contained in:
@@ -131,12 +131,10 @@ struct ModuleInterfaceLoaderOptions {
|
||||
bool remarkOnRebuildFromInterface = false;
|
||||
bool disableInterfaceLock = false;
|
||||
bool disableImplicitSwiftModule = false;
|
||||
std::vector<std::string> explicitSwiftModules;
|
||||
ModuleInterfaceLoaderOptions(const FrontendOptions &Opts):
|
||||
remarkOnRebuildFromInterface(Opts.RemarkOnRebuildFromModuleInterface),
|
||||
disableInterfaceLock(Opts.DisableInterfaceFileLock),
|
||||
disableImplicitSwiftModule(Opts.DisableImplicitModules),
|
||||
explicitSwiftModules(Opts.ExplicitSwiftModules) {}
|
||||
disableImplicitSwiftModule(Opts.DisableImplicitModules) {}
|
||||
ModuleInterfaceLoaderOptions() = default;
|
||||
};
|
||||
/// A ModuleLoader that runs a subordinate \c CompilerInvocation and
|
||||
|
||||
Reference in New Issue
Block a user