mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Don't blow up when an adapter's underlying module is missing.
Instead, emit a specific error, along with the same "SDK is missing" note from the last commit. Swift SVN r12416
This commit is contained in:
@@ -102,6 +102,9 @@ enum class ModuleStatus {
|
||||
/// The module file depends on another module that can't be loaded.
|
||||
MissingDependency,
|
||||
|
||||
/// The module file is an overlay for a Clang module, which can't be found.
|
||||
MissingShadowedModule,
|
||||
|
||||
/// The module file is malformed in some way.
|
||||
Malformed
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user