summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-10-16 18:37:51 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-10-16 18:37:51 +0000
commit4306e87c6151c225340ee792365a601224bd7bcf (patch)
tree346bf1fa62a6f23be75a5d917730c78c685be521 /docs
parent81f69410cb942079964481aba8d1c4739b77290f (diff)
downloadllvm-4306e87c6151c225340ee792365a601224bd7bcf.tar.gz
llvm-4306e87c6151c225340ee792365a601224bd7bcf.tar.bz2
llvm-4306e87c6151c225340ee792365a601224bd7bcf.tar.xz
Remove an outdated statement.
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
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 7ae7e7e9b0..1ca60d8daf 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -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