mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
serialization: encode allowable client names in binary module format
This commit is contained in:
@@ -266,6 +266,7 @@ std::error_code ExplicitModuleInterfaceBuilder::buildSwiftModuleFromInterface(
|
||||
SerializationOpts.AutolinkForceLoad =
|
||||
!Invocation.getIRGenOptions().ForceLoadSymbolName.empty();
|
||||
SerializationOpts.UserModuleVersion = FEOpts.UserModuleVersion;
|
||||
SerializationOpts.AllowableClients = FEOpts.AllowableClients;
|
||||
|
||||
// Record any non-SDK module interface files for the debug info.
|
||||
StringRef SDKPath = Instance.getASTContext().SearchPathOpts.getSDKPath();
|
||||
|
||||
Reference in New Issue
Block a user