forked from OSchip/llvm-project
Flush output after writing out the list of function names.
llvm-svn: 9138
This commit is contained in:
parent
be945ca24e
commit
adbbfebfae
|
@ -170,4 +170,5 @@ void BugDriver::PrintFunctionList(const std::vector<Function*> &Funcs) {
|
|||
if (i) std::cout << ", ";
|
||||
std::cout << Funcs[i]->getName();
|
||||
}
|
||||
std::cout << std::flush;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue