From c337fefd7317714d365a2acf4f1d2939bbcf8e3b Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 19 Oct 2012 00:45:00 +0000 Subject: [PATCH] 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 --- lib/Serialization/ASTWriter.cpp | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.40.0