krytarowski added a comment. In http://reviews.llvm.org/D17724#366479, @clayborg wrote: > Our current consistent way of parsing options is to use getopt_long() everywhere. Actually with usage of `getopt_long_only()` which is unportable. http://reviews.llvm.org/D17724