[PATCH] D63597: [binutils] Add response file option to help and docs
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 06:17:17 PDT 2019
jhenderson created this revision.
jhenderson added reviewers: grimar, rupprecht, MaskRay.
Herald added a project: LLVM.
Many LLVM-based tools already support response files (i.e. files containing a list of options, specified with '@'). This change simply updates the documentation and help text for some of these tools to include it. I haven't attempted to fix all tools, just a selection that I am interested in.
I've taken the opportunity to add some tests for --help behaviour, where they were missing. We could expand these tests, but I don't think that's within scope of this patch.
Repository:
rL LLVM
https://reviews.llvm.org/D63597
Files:
docs/CommandGuide/llvm-nm.rst
docs/CommandGuide/llvm-objdump.rst
docs/CommandGuide/llvm-readobj.rst
docs/CommandGuide/llvm-symbolizer.rst
test/tools/llvm-cxxfilt/help.test
test/tools/llvm-dwarfdump/cmdline.test
test/tools/llvm-objdump/help.test
test/tools/llvm-readobj/basic.test
test/tools/llvm-size/help.test
test/tools/llvm-strings/help.test
test/tools/llvm-symbolizer/help.test
tools/llvm-cxxfilt/llvm-cxxfilt.cpp
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-size/llvm-size.cpp
tools/llvm-strings/llvm-strings.cpp
tools/llvm-symbolizer/llvm-symbolizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63597.205790.patch
Type: text/x-patch
Size: 9121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190620/f6134e4b/attachment.bin>
More information about the llvm-commits
mailing list