[Lldb-commits] [PATCH] D17724: Replace getopt with llvm::cl in lldb driver
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 29 09:36:09 PST 2016
labath added a comment.
Yes, we are, and unfortunately we can't get rid of it that easily there, as llvm:cl does not really have interactive uses in mind (global variables everywhere, --help kills your program, etc.). It probably wouldn't be **too** hard to add a version which can do that, as all the blocks are in place, but that's way out of my scope now. ;)
http://reviews.llvm.org/D17724
More information about the lldb-commits
mailing list