diff options
Diffstat (limited to 'include/clang/Serialization/Module.h')
-rw-r--r-- | include/clang/Serialization/Module.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/clang/Serialization/Module.h b/include/clang/Serialization/Module.h index a4c156e293..30bed03b8a 100644 --- a/include/clang/Serialization/Module.h +++ b/include/clang/Serialization/Module.h @@ -92,6 +92,9 @@ public: /// allow resolving headers even after headers+PCH was moved to a new path. std::string OriginalDir; + /// \brief Whether this precompiled header is a relocatable PCH file. + bool RelocatablePCH; + /// \brief The file entry for the module file. const FileEntry *File; |