Skip to content

Commit

Permalink
Revert "remove FileSystem from SourceKit AST cache key" (apple#25741)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcrasi committed Jun 25, 2019
1 parent 321ac0c commit b495095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/SourceKit/lib/SwiftLang/SwiftASTManager.cpp
Expand Up @@ -168,6 +168,7 @@ void InvocationOptions::profile(llvm::FoldingSetNodeID &ID) const {
for (auto &Arg : Args)
ID.AddString(Arg);
ID.AddString(PrimaryFile);
ID.AddPointer(FileSystem.get());
}

//===----------------------------------------------------------------------===//
Expand Down

0 comments on commit b495095

Please sign in to comment.