[Lldb-commits] [PATCH] D54692: [Driver] Use libOption with tablegen.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 26 11:32:58 PST 2018


clayborg added a comment.

Can we still group the options as mentioned in my previous comment?



================
Comment at: tools/driver/Driver.cpp:943
+    usage << '\n';
+    usage << argv[0] << " -h" << '\n';
+    usage << argv[0] << " -v [[--] <PROGRAM-ARG-1> [<PROGRAM_ARG-2> ...]]\n";
----------------
Get file base name of this so we don't show a full path to the tool if the user used the full path?


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

https://reviews.llvm.org/D54692





More information about the lldb-commits mailing list