summaryrefslogtreecommitdiff
path: root/docs/CompilerDriver.html
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-07-07 16:44:20 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-07-07 16:44:20 +0000
commit15367df3f90f5203782f3b1e10ffa9e8dc89e8f4 (patch)
treec1f981acbdbddb7f9dfa5f189dac304ec01c26c6 /docs/CompilerDriver.html
parentbb41b2decac1e21c5786073b02e228370a279387 (diff)
downloadllvm-15367df3f90f5203782f3b1e10ffa9e8dc89e8f4.tar.gz
llvm-15367df3f90f5203782f3b1e10ffa9e8dc89e8f4.tar.bz2
llvm-15367df3f90f5203782f3b1e10ffa9e8dc89e8f4.tar.xz
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74914 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CompilerDriver.html')
-rw-r--r--docs/CompilerDriver.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CompilerDriver.html b/docs/CompilerDriver.html
index 9ccf383fae..4d7cb371dc 100644
--- a/docs/CompilerDriver.html
+++ b/docs/CompilerDriver.html
@@ -363,7 +363,8 @@ for. Example:</p>
(switch_option &quot;E&quot;, (extern))
...
</pre>
-<p>See also the section on plugin <a class="reference internal" href="#priorities">priorities</a>.</p>
+<p>If an external option has additional attributes besides 'extern', they are
+ignored. See also the section on plugin <a class="reference internal" href="#priorities">priorities</a>.</p>
</div>
</div>
<div class="section" id="conditional-evaluation">