zturner added a comment. Lib option definitely does, as its entire purpose is to be powerful and flexible enough to mimic arbitrary command line tools.
cl::opt is a little less powerful but it still preserves order among multiple options with the same flag, just not multiple options with different flags. I don’t have a strong opinion that this particular change should be gated on that, it’s just nice when we can reuse llvm logic. Sometimes it fixes latent bugs, sometimes it enables new functionality that wasn’t possible before, etc. up to you if you wanna give it a shot Repository: rLLDB LLDB https://reviews.llvm.org/D54682 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits