summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-05 05:41:44 +0000
committerChris Lattner <sabre@nondot.org>2009-08-05 05:41:44 +0000
commit0aff0b2b58636633ce5b4ae5dc8f243739884267 (patch)
treef71c88ce2612cbb9f671da1c9079ad5616d952f7 /llvm/docs
parent99709de6ae58f68deb12093e31ca130719942a9b (diff)
downloadbcm5719-llvm-0aff0b2b58636633ce5b4ae5dc8f243739884267.tar.gz
bcm5719-llvm-0aff0b2b58636633ce5b4ae5dc8f243739884267.zip
common globals may also not be marked constant.
llvm-svn: 78169
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LangRef.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 52ec97888d1..9ef7cce419f 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -564,9 +564,10 @@ define i32 @main() { <i>; i32()* </
global scope.
Symbols with "<tt>common</tt>" linkage are merged in the same way as
<tt>weak symbols</tt>, and they may not be deleted if unreferenced.
- Further, <tt>common</tt> symbols may not have an explicit section, and
- must have a zero initializer. Functions and aliases may not have common
- linkage.</dd>
+ <tt>common</tt> symbols may not have an explicit section,
+ must have a zero initializer, and may not be marked '<a
+ href="#globalvars"><tt>constant</tt></a>'. Functions and aliases may not
+ have common linkage.</dd>
<dt><tt><b><a name="linkage_appending">appending</a></b></tt>: </dt>
OpenPOWER on IntegriCloud