[Lldb-commits] [PATCH] D54682: [Driver] Extract option parsing and option processing.
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Nov 18 19:30:12 PST 2018
zturner added a subscriber: JDevlieghere.
zturner added a comment.
I’ve often thought we should convert LLDB’s command line parsing code over
to use either cl::opt or lib/Option. This would also solve the problem you
describe here at the same time.
Do you think it’s worth trying to do this?
Repository:
rLLDB LLDB
https://reviews.llvm.org/D54682
More information about the lldb-commits
mailing list