mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -141,7 +141,7 @@ CompilerInvocation::computeSerializationOptions(const SupplementaryOutputPaths &
|
||||
// so only serialize them if the module isn't going to be shipped to
|
||||
// the public.
|
||||
serializationOpts.SerializeOptionsForDebugging =
|
||||
!moduleIsPublic || opts.AlwaysSerializeDebuggingOptions;
|
||||
opts.SerializeOptionsForDebugging.getValueOr(!moduleIsPublic);
|
||||
|
||||
return serializationOpts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user