diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-10-19 00:45:00 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-10-19 00:45:00 +0000 |
commit | c337fefd7317714d365a2acf4f1d2939bbcf8e3b (patch) | |
tree | 5fc869c09337e69ae872d8514d6556a2111e4234 /lib/Serialization/ASTWriter.cpp | |
parent | 745e6f168d0276c15fb72f3d90e3d93d60282b1b (diff) |
Describe the new input-files block and its record, for llvm-bcanalyzer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166252 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Serialization/ASTWriter.cpp')
-rw-r--r-- | lib/Serialization/ASTWriter.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Serialization/ASTWriter.cpp b/lib/Serialization/ASTWriter.cpp index adbca78d97..4e66a2fabb 100644 --- a/lib/Serialization/ASTWriter.cpp +++ b/lib/Serialization/ASTWriter.cpp @@ -776,6 +776,9 @@ void ASTWriter::WriteBlockInfoBlock() { RECORD(ORIGINAL_FILE); RECORD(ORIGINAL_PCH_DIR); + BLOCK(INPUT_FILES_BLOCK); + RECORD(INPUT_FILE); + // AST Top-Level Block. BLOCK(AST_BLOCK); RECORD(TYPE_OFFSET); |