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.
1 parent fa89d91 commit 44d93adCopy full SHA for 44d93ad
clang/lib/Serialization/ASTWriter.cpp
@@ -1366,7 +1366,7 @@ void ASTWriter::writeUnhashedControlBlock(Preprocessor &PP) {
1366
// File system options.
1367
Record.clear();
1368
const FileSystemOptions &FSOpts =
1369
- Context.getSourceManager().getFileManager().getFileSystemOpts();
+ PP.getSourceManager().getFileManager().getFileSystemOpts();
1370
AddString(FSOpts.WorkingDir, Record);
1371
Stream.EmitRecord(FILE_SYSTEM_OPTIONS, Record);
1372
0 commit comments