From bb41b2decac1e21c5786073b02e228370a279387 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 7 Jul 2009 16:43:49 +0000 Subject: [PATCH] Documentation update. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74913 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc/doc/LLVMC-Reference.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst index aa977039ebe..4653e0e9d8f 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_