Skip to content

Commit 899cc20

Browse files
Merge pull request swiftlang#28841 from bcardosolopes/master-revert-hash-input
Revert "[ClangImporter] Hash content for validation when using clang …
2 parents c146c65 + 6eb6bbe commit 899cc20

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/ClangImporter/ClangImporter.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,10 +1076,6 @@ ClangImporter::create(ASTContext &ctx, const ClangImporterOptions &importerOpts,
10761076
// read them later.
10771077
instance.getLangOpts().NeededByPCHOrCompilationUsesPCH = true;
10781078

1079-
// Make sure to not trigger extra rebuilds on identical files with mismatching
1080-
// timestamps.
1081-
instance.getHeaderSearchOpts().ValidateASTInputFilesContent = true;
1082-
10831079
if (importerOpts.Mode == ClangImporterOptions::Modes::PrecompiledModule)
10841080
return importer;
10851081

0 commit comments

Comments
 (0)