mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
serialization: encode allowable client names in binary module format
This commit is contained in:
@@ -88,6 +88,9 @@ class ModuleFileSharedCore {
|
||||
/// \c true if this module was compiled with -enable-ossa-modules.
|
||||
bool RequiresOSSAModules;
|
||||
|
||||
/// An array of module names that are allowed to import this one.
|
||||
ArrayRef<StringRef> AllowableClientNames;
|
||||
|
||||
public:
|
||||
/// Represents another module that has been imported as a dependency.
|
||||
class Dependency {
|
||||
|
||||
Reference in New Issue
Block a user