mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -691,6 +691,8 @@ FileUnit *SerializedModuleLoaderBase::loadAST(
|
||||
M.setTestingEnabled();
|
||||
if (extendedInfo.arePrivateImportsEnabled())
|
||||
M.setPrivateImportsEnabled();
|
||||
if (extendedInfo.isImplicitDynamicEnabled())
|
||||
M.setImplicitDynamicEnabled();
|
||||
|
||||
auto diagLocOrInvalid = diagLoc.getValueOr(SourceLoc());
|
||||
loadInfo.status =
|
||||
|
||||
Reference in New Issue
Block a user