[llvm] r192825 - Remove an outdated statement.

Rafael Espindola rafael.espindola at gmail.com
Wed Oct 16 11:37:52 PDT 2013


Author: rafael
Date: Wed Oct 16 13:37:51 2013
New Revision: 192825

URL: http://llvm.org/viewvc/llvm-project?rev=192825&view=rev
Log:
Remove an outdated statement.

Aliases now have their own section where we document which linkages they can
have.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=192825&r1=192824&r2=192825&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Oct 16 13:37:51 2013
@@ -305,9 +305,6 @@ declarations), they are accessible outsi
 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





More information about the llvm-commits mailing list