diff options
author | Igor Kudrin <ikudrin@accesssoftek.com> | 2019-03-01 09:22:42 +0000 |
---|---|---|
committer | Igor Kudrin <ikudrin@accesssoftek.com> | 2019-03-01 09:22:42 +0000 |
commit | a38432cefb08657ccaae51679dddb1ce4de096d0 (patch) | |
tree | 3ffbd166e5ea2670a8652e3af5656c3831c9f0f4 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 875f05828d95251abe7c943d79399a3b1c80db12 (diff) | |
download | llvm-a38432cefb08657ccaae51679dddb1ce4de096d0.zip llvm-a38432cefb08657ccaae51679dddb1ce4de096d0.tar.gz llvm-a38432cefb08657ccaae51679dddb1ce4de096d0.tar.bz2 |
[CommandLine] Allow grouping options which can have values.
This patch allows all forms of values for options to be used at the end
of a group. With the fix, it is possible to follow the way GNU binutils
tools handle grouping options better. For example, the -j option can be
used with objdump in any of the following ways:
$ objdump -d -j .text a.o
$ objdump -d -j.text a.o
$ objdump -dj .text a.o
$ objdump -dj.text a.o
Differential Revision: https://reviews.llvm.org/D58711
llvm-svn: 355185
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions