mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Fix typo.
Thanks to Sean Silva for noticing it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192102 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d0acc84b2b
commit
cfa7d81a45
@ -614,7 +614,7 @@ Syntax::
|
|||||||
|
|
||||||
@<Name> = alias [Linkage] [Visibility] <AliaseeTy> @<Aliasee>
|
@<Name> = alias [Linkage] [Visibility] <AliaseeTy> @<Aliasee>
|
||||||
|
|
||||||
The linkgage must be one of ``private``, ``linker_private``,
|
The linkage must be one of ``private``, ``linker_private``,
|
||||||
``linker_private_weak``, ``internal``, ``linkonce``, ``weak``,
|
``linker_private_weak``, ``internal``, ``linkonce``, ``weak``,
|
||||||
``linkonce_odr``, ``weak_odr``, ``linkonce_odr_auto_hide``, ``external``. Note
|
``linkonce_odr``, ``weak_odr``, ``linkonce_odr_auto_hide``, ``external``. Note
|
||||||
that some system linkers might not correctly handle dropping a weak symbol that
|
that some system linkers might not correctly handle dropping a weak symbol that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user