mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #36858 from eeckstein/remove-oat-tracker
SIL: remove the SILOpenedArchetypesTracker
This commit is contained in:
@@ -91,8 +91,7 @@ static bool isTargetTooNew(const llvm::Triple &moduleTarget,
|
||||
}
|
||||
|
||||
ModuleFile::ModuleFile(std::shared_ptr<const ModuleFileSharedCore> core)
|
||||
: Core(core),
|
||||
DeserializedTypeCallback([](Type ty) {}) {
|
||||
: Core(core) {
|
||||
assert(!core->hasError());
|
||||
|
||||
DeclTypeCursor = core->DeclTypeCursor;
|
||||
|
||||
Reference in New Issue
Block a user