[PATCH] D63122: [llvm-strip] Error when using stdin twice

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 21:24:36 PDT 2019


abrachet marked 7 inline comments as done.
abrachet added inline comments.


================
Comment at: llvm/tools/llvm-objcopy/llvm-objcopy.cpp:57
   WithColor::error(errs(), ToolName) << Message << ".\n";
-  errs().flush();
   exit(1);
----------------
I removed this in this patch because Jordan said it could be removed. Is it okay to sneak this one in this patch or should I separate this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63122





More information about the llvm-commits mailing list