Remove an outdated statement.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 16 Oct 2013 18:37:51 +0000 (18:37 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 16 Oct 2013 18:37:51 +0000 (18:37 +0000)
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

docs/LangRef.rst

index 7ae7e7e9b05293dfe5439297313360f53c684e38..1ca60d8daf0e6efb0e73f9ebfc5c36430de4f23b 100644 (file)
@@ -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