Skip to content

Commit 8a015a5

Browse files
author
Davide Italiano
committed
Revert "ClangImporter: Use the new CacheGeneratedPCH in Clang"
This reverts commit da8a1c5.
1 parent d3c699a commit 8a015a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ClangImporter/ClangImporter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,6 @@ ClangImporter::emitBridgingPCH(StringRef headerPath,
14511451
invocation->getFrontendOpts().ProgramAction = clang::frontend::GeneratePCH;
14521452
invocation->getPreprocessorOpts().resetNonModularOptions();
14531453
invocation->getLangOpts()->NeededByPCHOrCompilationUsesPCH = true;
1454-
invocation->getLangOpts()->CacheGeneratedPCH = true;
14551454

14561455
clang::CompilerInstance emitInstance(
14571456
Impl.Instance->getPCHContainerOperations());

0 commit comments

Comments
 (0)