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

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 2 09:30:01 PST 2016


jingham added a comment.

IIUC, we can't get out of the business of supporting the HostGetOpt on freebsd & windows since we can't use the llvm version for the command line.  So I don't see that it much eases the support burden.  The differences in the help output don't seem significant, which doesn't argue strongly one way or the other.

So while I'm not sure I see the point of doing this, I don't see it doing any harm either.


http://reviews.llvm.org/D17724





More information about the lldb-commits mailing list