Skip to content

Commit b6aedc7

Browse files
authored
Merge pull request swiftlang#35441 from bnbarham/allow-delayed-parsing-with-interface-hash
[Parser] Keep delayed body parsing even with interface hash generation
2 parents a7296c3 + 4be5046 commit b6aedc7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/AST/Module.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,8 +2386,6 @@ bool SourceFile::hasDelayedBodyParsing() const {
23862386
// Not supported right now.
23872387
if (Kind == SourceFileKind::SIL)
23882388
return false;
2389-
if (hasInterfaceHash())
2390-
return false;
23912389
if (shouldCollectTokens())
23922390
return false;
23932391
if (shouldBuildSyntaxTree())

0 commit comments

Comments
 (0)