1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Don Hinton bb972fd4a4 [CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5
Summary:
If passed, the long option flag makes the CommandLine parser
mimic the behavior or GNU getopt_long.  Short options are a single
character prefixed by a single dash, and long options are multiple
characters prefixed by a double dash.

This patch was motivated by the discussion in the following thread:
http://lists.llvm.org/pipermail/llvm-dev/2019-April/131786.html

Reviewed By: MaskRay

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D61294

llvm-svn: 360532
2019-05-11 20:27:01 +00:00
..
2019-04-19 02:06:06 +00:00
2019-04-08 12:31:12 +00:00
2019-04-08 12:31:12 +00:00
2019-04-27 15:33:22 +00:00
2018-04-02 13:49:35 +00:00
2018-07-30 19:41:25 +00:00
2019-04-23 14:51:27 +00:00