Skip to content

Commit 18e0eb4

Browse files
committed
Fix build after 304c412
1 parent 3a0c253 commit 18e0eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Serialization/ASTWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ void ASTWriter::writeUnhashedControlBlock(Preprocessor &PP) {
13731373
// File system options.
13741374
Record.clear();
13751375
const FileSystemOptions &FSOpts =
1376-
Context.getSourceManager().getFileManager().getFileSystemOpts();
1376+
PP.getSourceManager().getFileManager().getFileSystemOpts();
13771377
AddString(FSOpts.WorkingDir, Record);
13781378
Stream.EmitRecord(FILE_SYSTEM_OPTIONS, Record);
13791379

0 commit comments

Comments
 (0)