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

Kamil Rytarowski via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 29 17:04:37 PST 2016


krytarowski added a subscriber: krytarowski.
krytarowski added a comment.

In general I prefer to outsource these things to underlaying OSes with their own implementations, not enforcing the "right one" to everybody.

I'm used to NetBSD syntax, that differs with `GNU` and even if I'm using their software, I automatically pickup the more portable syntax for my command-line.

Other than my preferences, I have nothing against this code to happen.


http://reviews.llvm.org/D17724





More information about the lldb-commits mailing list