mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Fixed another minor grammatical error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10130 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15e8752e8f
commit
23e1492bb1
@ -671,7 +671,8 @@ used to implement constructs in C such as "<tt>int X;</tt>" at global scope.<p>
|
||||
<a name="linkage_appending">
|
||||
<dt><tt><b>appending</b></tt>:
|
||||
|
||||
<dd>"<tt>appending</tt>" linkage may only applied to global variables of pointer
|
||||
<dd>"<tt>appending</tt>" 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user