mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Fix a typo. Patch by fcrick on github https://github.com/llvm-mirror/llvm/pull/23
llvm-svn: 296969
This commit is contained in:
parent
7ec49d130a
commit
2d8d5d165d
@ -195,7 +195,7 @@ linkage:
|
||||
``private``
|
||||
Global values with "``private``" linkage are only directly
|
||||
accessible by objects in the current module. In particular, linking
|
||||
code into a module with an private global value may cause the
|
||||
code into a module with a private global value may cause the
|
||||
private to be renamed as necessary to avoid collisions. Because the
|
||||
symbol is private to the module, all references can be updated. This
|
||||
doesn't show up in any symbol table in the object file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user