summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-11-28 00:13:25 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-11-28 00:13:25 +0000
commit3bb3da6f4c88a838492d3fae074353e5cd0acb6a (patch)
tree6ddb30be9b0960b1229235536fecd4e5f37535e0 /llvm/tools/llvmc
parent4ad34cbdc042030f403328001b8f9286b2e8c766 (diff)
downloadbcm5719-llvm-3bb3da6f4c88a838492d3fae074353e5cd0acb6a.tar.gz
bcm5719-llvm-3bb3da6f4c88a838492d3fae074353e5cd0acb6a.zip
Add 'hidden' and 'really_hidden' option properties.
llvm-svn: 60198
Diffstat (limited to 'llvm/tools/llvmc')
-rw-r--r--llvm/tools/llvmc/doc/LLVMC-Reference.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/tools/llvmc/doc/LLVMC-Reference.rst b/llvm/tools/llvmc/doc/LLVMC-Reference.rst
index 290778468a0..919025527b5 100644
--- a/llvm/tools/llvmc/doc/LLVMC-Reference.rst
+++ b/llvm/tools/llvmc/doc/LLVMC-Reference.rst
@@ -353,6 +353,12 @@ currently implemented option types and properties are described below:
- ``required`` - this option is obligatory.
+ - ``hidden`` - this option should not appear in the ``--help``
+ output (but should appear in the ``--help-hidden`` output).
+
+ - ``really_hidden`` - the option should not appear in any help
+ output.
+
Option list - specifying all options in a single place
======================================================
OpenPOWER on IntegriCloud