mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 04:14:03 +08:00
LLDB now can use a single dash for all long options for all commands form the command line and from the command interpreter. This involved just switching all calls from getopt_long() to getopt_long_only(). llvm-svn: 178789