[PATCH] D44236: [llvm-objcopy] Switch over to using TableGen for parsing arguments

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 11 14:59:21 PDT 2018


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


================
Comment at: llvm/tools/llvm-objcopy/llvm-objcopy.cpp:359
+
+  if (InputArgs.size() == 0 || InputArgs.hasArg(OBJCOPY_help)) {
+    T.PrintHelp(outs(), "llvm-objcopy <input> [ <output> ]", "objcopy tool");
----------------
empty()


Repository:
  rL LLVM

https://reviews.llvm.org/D44236





More information about the llvm-commits mailing list