Describe the new input-files block and its record, for llvm-bcanalyzer.

llvm-svn: 166252
This commit is contained in:
Douglas Gregor 2012-10-19 00:45:00 +00:00
parent 72be390e13
commit 108cb22dac
1 changed files with 3 additions and 0 deletions

View File

@ -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);