[Lldb-commits] [PATCH] D17724: Replace getopt with llvm::cl in lldb driver
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 2 10:19:13 PST 2016
clayborg added a comment.
Our current consistent way of parsing options is to use getopt_long() everywhere.
http://reviews.llvm.org/D17724
More information about the lldb-commits
mailing list