forked from OSchip/llvm-project
Remove an outdated statement.
Aliases now have their own section where we document which linkages they can have. llvm-svn: 192825
This commit is contained in:
parent
811a2ef96e
commit
fd69f369a6
|
@ -305,9 +305,6 @@ declarations), they are accessible outside of the current module.
|
|||
It is illegal for a function *declaration* to have any linkage type
|
||||
other than ``external``, ``dllimport`` or ``extern_weak``.
|
||||
|
||||
Aliases can have only ``external``, ``internal``, ``weak`` or
|
||||
``weak_odr`` linkages.
|
||||
|
||||
.. _callingconv:
|
||||
|
||||
Calling Conventions
|
||||
|
|
Loading…
Reference in New Issue