Flust stdout after each vftable dumped to simplify debugging

llvm-svn: 204341
This commit is contained in:
Timur Iskhodzhanov 2014-03-20 13:42:14 +00:00
parent 454abc0093
commit 4fea4f917d
1 changed files with 4 additions and 0 deletions

View File

@ -3103,6 +3103,8 @@ void VFTableBuilder::dumpLayout(raw_ostream &Out) {
Out << '\n';
}
}
Out.flush();
}
static bool setsIntersect(const llvm::SmallPtrSet<const CXXRecordDecl *, 4> &A,
@ -3359,6 +3361,8 @@ void MicrosoftVTableContext::dumpMethodLocations(
}
Out << '\n';
}
Out.flush();
}
const VirtualBaseInfo *MicrosoftVTableContext::computeVBTableRelatedInformation(