[llvm-commits] [PATCH][docs/CommandGuide] Reveal there is a "-help-hidden" option for opt command
Bill Wendling
wendling at apple.com
Sun Oct 23 20:53:32 PDT 2011
On Oct 23, 2011, at 3:03 AM, 陳韋任 wrote:
> Hi,
>
> I think it's a good idea to tell people there is a "-help-hidden"
> which shows more available options for `opt` command. For example,
> people might need to control how inline is done by `opt` but don't
> know there is "-inline-threshold" option which only appears with
> "-help-hidden" (see the link below).
>
> [LLVMdev] inline functions
> http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-October/044484.html
>
Hi Chenwj,
I think that runs counter to what -help-hidden is for. The option is meant to hide those flags. Some of those flags are for works in progress. Some of them are for developer debugging. None of them are meant to be used by normal folk... :-)
-bw
More information about the llvm-commits
mailing list