mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Add Incremental Info Bits to ModuleFileSharedCore
This commit is contained in:
@@ -714,6 +714,8 @@ LoadedFile *SerializedModuleLoaderBase::loadAST(
|
||||
M.setPrivateImportsEnabled();
|
||||
if (loadedModuleFile->isImplicitDynamicEnabled())
|
||||
M.setImplicitDynamicEnabled();
|
||||
if (loadedModuleFile->hasIncrementalInfo())
|
||||
M.setHasIncrementalInfo();
|
||||
|
||||
auto diagLocOrInvalid = diagLoc.getValueOr(SourceLoc());
|
||||
loadInfo.status =
|
||||
|
||||
Reference in New Issue
Block a user