mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #61649 from xymus/index-swiftinterfaces
[Index] Force indexing of system modules to read only from swiftinterfaces
This commit is contained in:
@@ -439,7 +439,8 @@ public:
|
||||
StringRef OutPath, StringRef ABIOutputPath,
|
||||
bool SerializeDependencyHashes,
|
||||
bool TrackSystemDependencies, ModuleInterfaceLoaderOptions Opts,
|
||||
RequireOSSAModules_t RequireOSSAModules);
|
||||
RequireOSSAModules_t RequireOSSAModules,
|
||||
bool silenceInterfaceDiagnostics);
|
||||
|
||||
/// Unconditionally build \p InPath (a swiftinterface file) to \p OutPath (as
|
||||
/// a swiftmodule file).
|
||||
|
||||
Reference in New Issue
Block a user