[PATCH] D63115: [llvm-readobj] Fix output interleaving issue caused by using multiple streams at the same time.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 02:33:14 PDT 2019


jhenderson added inline comments.


================
Comment at: llvm/tools/llvm-readobj/llvm-readobj.cpp:469
     Dumper->printLoadName();
+    Writer.flush();
   }
----------------
I thought the idea of the change was to avoid the need for the explicit flush?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63115/new/

https://reviews.llvm.org/D63115





More information about the llvm-commits mailing list