Skip to content

Commit

Permalink
Remove an outdated statement.
Browse files Browse the repository at this point in the history
Aliases now have their own section where we document which linkages they can
have.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192825 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Oct 16, 2013
1 parent 81f6941 commit 4306e87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4306e87

Please sign in to comment.