We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-ivfsoverlay
1 parent 162954a commit 5bc8d91Copy full SHA for 5bc8d91
clang/lib/Frontend/CompilerInvocation.cpp
@@ -5113,6 +5113,7 @@ std::string CompilerInvocation::getModuleHash(DiagnosticsEngine &Diags) const {
5113
if (hsOpts.ModulesStrictContextHash) {
5114
HBuilder.addRange(hsOpts.SystemHeaderPrefixes);
5115
HBuilder.addRange(hsOpts.UserEntries);
5116
+ HBuilder.addRange(hsOpts.VFSOverlayFiles);
5117
5118
const DiagnosticOptions &diagOpts = getDiagnosticOpts();
5119
#define DIAGOPT(Name, Bits, Default) HBuilder.add(diagOpts.Name);
0 commit comments