diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-07 16:43:49 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-07-07 16:43:49 +0000 |
commit | 647fcbcd823e3f0f12be7c649cc30bf6a8f40fe7 (patch) | |
tree | d1511f0b3ce0497db8fd4423ec0882701b28410a /tools | |
parent | 6f6cae646950540d53d49f07a538a1d6e0fd11f1 (diff) | |
download | external_llvm-647fcbcd823e3f0f12be7c649cc30bf6a8f40fe7.zip external_llvm-647fcbcd823e3f0f12be7c649cc30bf6a8f40fe7.tar.gz external_llvm-647fcbcd823e3f0f12be7c649cc30bf6a8f40fe7.tar.bz2 |
Documentation update.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74913 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvmc/doc/LLVMC-Reference.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst index aa97703..4653e0e 100644 --- a/tools/llvmc/doc/LLVMC-Reference.rst +++ b/tools/llvmc/doc/LLVMC-Reference.rst @@ -368,7 +368,8 @@ for. Example:: (switch_option "E", (extern)) ... -See also the section on plugin `priorities`__. +If an external option has additional attributes besides 'extern', they are +ignored. See also the section on plugin `priorities`__. __ priorities_ |