From cd81f5df27c9a47561be1b9a4059ca3a5dcace4c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 5 Aug 2009 05:41:44 +0000 Subject: common globals may also not be marked constant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78169 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/LangRef.html b/docs/LangRef.html index 52ec978..9ef7cce 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -564,9 +564,10 @@ define i32 @main() { ; i32()* common" linkage are merged in the same way as weak symbols, and they may not be deleted if unreferenced. - Further, common symbols may not have an explicit section, and - must have a zero initializer. Functions and aliases may not have common - linkage. + common symbols may not have an explicit section, + must have a zero initializer, and may not be marked 'constant'. Functions and aliases may not + have common linkage.
appending:
-- cgit v1.1