[PATCH] D63341: [llvm-lipo] Implement -thin

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 16 15:57:07 PDT 2019


alexshap added inline comments.


================
Comment at: llvm/tools/llvm-lipo/llvm-lipo.cpp:275
+                "specified");
+    exit(EXIT_SUCCESS);
+  }
----------------
mtrent wrote:
> Since llmv-lipo is meant to be a drop-in replacement for lipo, this must be EXIT_FAILURE
+1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63341





More information about the llvm-commits mailing list