diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-06-03 09:23:28 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-06-03 09:23:28 +0000 |
commit | 51e774d42269e3b22d746184c0b9076fc13b32e6 (patch) | |
tree | 23d251ff6dc4fecbec474cb54af8cc9f6d40e795 | |
parent | 7c94c4bb7b875dc1a2b23f77f1ed8013cf94abdb (diff) |
emit ORIGINAL_FILE_NAME record ID to blockinfo block.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72759 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Frontend/PCHWriter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Frontend/PCHWriter.cpp b/lib/Frontend/PCHWriter.cpp index 9f9b3b4e09..80e863bd71 100644 --- a/lib/Frontend/PCHWriter.cpp +++ b/lib/Frontend/PCHWriter.cpp @@ -347,6 +347,7 @@ void PCHWriter::WriteBlockInfoBlock() { // PCH Top-Level Block. BLOCK(PCH_BLOCK); + RECORD(ORIGINAL_FILE_NAME); RECORD(TYPE_OFFSET); RECORD(DECL_OFFSET); RECORD(LANGUAGE_OPTIONS); |