[PATCH] D35476: [libOption] - Add flag allowing to print options aliases in help text.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 04:12:36 PDT 2017


grimar added a comment.

In https://reviews.llvm.org/D35476#812068, @ruiu wrote:

> Please wait until we decide how we print out the lld options in the help message.


Ok. Going to rebase this after https://reviews.llvm.org/rL308293 though.

But just in case - the way we will choose for LLD (render all or some of aliases)
should not affect this patch (except if we choose possible way to ignore aliases
rendering at all, which I believe not an option).

Because this patch only implements aliases rendering, and hidden flags handling is
independent and already was implemented before this change.


https://reviews.llvm.org/D35476





More information about the llvm-commits mailing list