diff --git a/docs/LangRef.html b/docs/LangRef.html index 6674be216d8..0b639c00990 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -671,7 +671,8 @@ used to implement constructs in C such as "int X;" at global scope.
appending: -"appending" linkage may only applied to global variables of pointer +"appending" linkage may only be applied to global variables of +pointer to array type. When two global variables with appending linkage are linked together, the two global arrays are appended together. This is the LLVM, typesafe, equivalent of having the system linker append together "sections" with