[clang] [clang] Canonicalizing `-include-pch` input in the Frontend (PR #180065)
Jan Svoboda via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 5 15:53:52 PST 2026
================
@@ -1040,7 +1049,7 @@ bool FrontendAction::BeginSourceFile(CompilerInstance &CI,
CI.getPCHContainerReader(), CI.getLangOpts(),
CI.getCodeGenOpts(), CI.getTargetOpts(),
CI.getPreprocessorOpts(), CI.getHeaderSearchOpts(),
- SpecificModuleCachePath,
+ CI.getSpecificModuleCachePath(),
----------------
jansvoboda11 wrote:
This recomputes the context hash for each file in the directory. Why is that necessary?
https://github.com/llvm/llvm-project/pull/180065
More information about the cfe-commits
mailing list