mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -542,8 +542,9 @@ public:
|
||||
/// Specify the module loading behavior of the compilation.
|
||||
ModuleLoadingMode ModuleLoadMode = ModuleLoadingMode::PreferSerialized;
|
||||
|
||||
/// Legacy scanner search behavior.
|
||||
bool NoScannerModuleValidation = false;
|
||||
/// New scanner search behavior. Validate up-to-date existing Swift module
|
||||
/// dependencies in the scanner itself.
|
||||
bool ScannerModuleValidation = false;
|
||||
|
||||
/// Return all module search paths that (non-recursively) contain a file whose
|
||||
/// name is in \p Filenames.
|
||||
@@ -593,7 +594,7 @@ public:
|
||||
hash_combine_range(RuntimeLibraryImportPaths.begin(),
|
||||
RuntimeLibraryImportPaths.end()),
|
||||
DisableModulesValidateSystemDependencies,
|
||||
NoScannerModuleValidation,
|
||||
ScannerModuleValidation,
|
||||
ModuleLoadMode);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user