[Lldb-commits] [PATCH] D17724: Replace getopt with llvm::cl in lldb driver

Kamil Rytarowski via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 2 17:38:12 PST 2016


krytarowski added a comment.

In http://reviews.llvm.org/D17724#366479, @clayborg wrote:

> Our current consistent way of parsing options is to use getopt_long() everywhere.


Actually with usage of `getopt_long_only()` which is unportable.


http://reviews.llvm.org/D17724





More information about the lldb-commits mailing list