mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #35441 from bnbarham/allow-delayed-parsing-with-interface-hash
[Parser] Keep delayed body parsing even with interface hash generation
This commit is contained in:
@@ -2386,8 +2386,6 @@ bool SourceFile::hasDelayedBodyParsing() const {
|
||||
// Not supported right now.
|
||||
if (Kind == SourceFileKind::SIL)
|
||||
return false;
|
||||
if (hasInterfaceHash())
|
||||
return false;
|
||||
if (shouldCollectTokens())
|
||||
return false;
|
||||
if (shouldBuildSyntaxTree())
|
||||
|
||||
Reference in New Issue
Block a user