Revert: [llvm-mca] Flush the output stream before we start the analysis of a new code region. NFC

Not sure why, but it breaks buildbot clang-cmake-armv8-full.
It causes a failure in TEST 'Xray-armhf-linux :: TestCases/Posix/profiling-single-threaded.cc'.

llvm-svn: 334617
This commit is contained in:
Andrea Di Biagio 2018-06-13 16:33:52 +00:00
parent 5af0b99ea4
commit d5690628db
1 changed files with 0 additions and 1 deletions

View File

@ -523,7 +523,6 @@ int main(int argc, char **argv) {
B.run();
Printer.printReport(TOF->os());
TOF->os().flush();
}
TOF->keep();