Skip to content

Commit 539d8da

Browse files
committed
Remove re-entrancy assertion
This was just to confirm that the re-entrancy problem still exists on the bots. There's something OS-dependent (probably the SDKs) that causes this to only reproduce on 10.14.5 and not 10.15. rdar://58116531
1 parent 4062012 commit 539d8da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/AST/NameLookup.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,8 +1135,6 @@ populateLookupTableEntryFromLazyIDCLoader(ASTContext &ctx,
11351135
MemberLookupTable &LookupTable,
11361136
DeclBaseName name,
11371137
IterableDeclContext *IDC) {
1138-
assert(!IDC->isLoadingLazyMembers() &&
1139-
"Re-entrant member loading is not supported!");
11401138
IDC->setLoadingLazyMembers(true);
11411139
auto ci = ctx.getOrCreateLazyIterableContextData(IDC,
11421140
/*lazyLoader=*/nullptr);

0 commit comments

Comments
 (0)