Skip to content

Commit 6eb6bbe

Browse files
committed
Revert "[ClangImporter] Hash content for validation when using clang modules"
This reverts commit c362e92. This might be causing hard to reproduce issues. Taking it out until we have further investigation. rdar://problem/57964637
1 parent d3949e7 commit 6eb6bbe

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)