[PATCH] D35477: [ELF] - Print options aliases in --help
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 24 03:04:42 PDT 2017
grimar updated this revision to Diff 107875.
grimar edited the summary of this revision.
grimar added a comment.
- With currently used --help rendering approach, this one
becomes trivial single line change. (still depends on https://reviews.llvm.org/D35476 though).
https://reviews.llvm.org/D35477
Files:
ELF/DriverUtils.cpp
Index: ELF/DriverUtils.cpp
===================================================================
--- ELF/DriverUtils.cpp
+++ ELF/DriverUtils.cpp
@@ -116,7 +116,8 @@
void elf::printHelp(const char *Argv0) {
ELFOptTable Table;
- Table.PrintHelp(outs(), Argv0, "lld", false);
+ Table.PrintHelp(outs(), Argv0, "lld", false /*ShowHidden*/,
+ true /*InferHelpText*/);
outs() << "\n";
// Scripts generated by Libtool versions up to at least 2.4.6 (the most
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35477.107875.patch
Type: text/x-patch
Size: 481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170724/1fa45e1a/attachment.bin>
More information about the llvm-commits
mailing list