We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f569f7d commit 86ac641Copy full SHA for 86ac641
lib/Serialization/ModuleSummaryIndexer.cpp
@@ -403,7 +403,7 @@ void ModuleSummaryIndexer::indexWitnessTable(const SILWitnessTable &WT) {
403
}
404
405
void ModuleSummaryIndexer::indexVTable(const SILVTable &VT) {
406
- auto typeGUID = getTypeGUID(VT.getClass()->getInterfaceType());
+ auto typeGUID = getTypeGUID(VT.getClass()->getDeclaredType()->getCanonicalType());
407
for (auto entry : VT.getEntries()) {
408
auto Impl = entry.getImplementation();
409
if (entry.getMethod().kind == SILDeclRef::Kind::Deallocator ||
0 commit comments