[PATCH] D84662: [llvm-libtool-darwin] Refactor Slice and writeUniversalBinary

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 11:59:51 PDT 2020


alexshap accepted this revision.
alexshap added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/tools/llvm-lipo/llvm-lipo.cpp:46
+  OS.flush();
+  WithColor::error(errs(), ToolName) << ": " << Buf;
+  exit(EXIT_FAILURE);
----------------
nit: 46, 47 can be replaced with reportError(Buf);


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84662



More information about the llvm-commits mailing list