diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-07 16:09:48 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-07 16:09:48 +0000 |
commit | 640dd26f7df9d0410558c6407d66f6569edb8247 (patch) | |
tree | 0cf6225ca303a9cc03aa7f48365b83bacc9397a7 /docs/CompilerDriver.html | |
parent | dad7820e1439c7a7d3238a6e3d6e1683a1722040 (diff) | |
download | external_llvm-640dd26f7df9d0410558c6407d66f6569edb8247.zip external_llvm-640dd26f7df9d0410558c6407d66f6569edb8247.tar.gz external_llvm-640dd26f7df9d0410558c6407d66f6569edb8247.tar.bz2 |
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74908 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CompilerDriver.html')
-rw-r--r-- | docs/CompilerDriver.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html index d84aacf..9ccf383 100644 --- a/docs/CompilerDriver.html +++ b/docs/CompilerDriver.html @@ -341,6 +341,11 @@ output.</li> special cases). Usage example: <tt class="docutils literal"><span class="pre">(parameter_list_option</span> <span class="pre">"foo",</span> <span class="pre">(multi_val</span> <span class="pre">3))</span></tt>. Only list options can have this attribute; you can, however, use the <tt class="docutils literal"><span class="pre">one_or_more</span></tt> and <tt class="docutils literal"><span class="pre">zero_or_one</span></tt> properties.</li> +<li><tt class="docutils literal"><span class="pre">init</span></tt> - this option has a default value, either a string (if it is a +parameter), or a boolean (if it is a switch; boolean constants are called +<tt class="docutils literal"><span class="pre">true</span></tt> and <tt class="docutils literal"><span class="pre">false</span></tt>). List options can't have this attribute. Usage +examples: <tt class="docutils literal"><span class="pre">(switch_option</span> <span class="pre">"foo",</span> <span class="pre">(init</span> <span class="pre">true))</span></tt>; <tt class="docutils literal"><span class="pre">(prefix_option</span> <span class="pre">"bar",</span> +<span class="pre">(init</span> <span class="pre">"baz"))</span></tt>.</li> <li><tt class="docutils literal"><span class="pre">extern</span></tt> - this option is defined in some other plugin, see below.</li> </ul> </blockquote> |