From: Douglas Gregor Date: Fri, 19 Oct 2012 00:45:00 +0000 (+0000) Subject: Describe the new input-files block and its record, for llvm-bcanalyzer. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c337fefd7317714d365a2acf4f1d2939bbcf8e3b;p=clang 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 --- 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);