diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-16 18:37:51 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-16 18:37:51 +0000 |
commit | fd69f369a60b9b3fdf255e39863e91b2893c7c6d (patch) | |
tree | e760aedb40ef65ba967975c44fc1281253d652af | |
parent | 811a2ef96e9dc49d553063646928f96827b5f109 (diff) | |
download | bcm5719-llvm-fd69f369a60b9b3fdf255e39863e91b2893c7c6d.tar.gz bcm5719-llvm-fd69f369a60b9b3fdf255e39863e91b2893c7c6d.zip |
Remove an outdated statement.
Aliases now have their own section where we document which linkages they can
have.
llvm-svn: 192825
-rw-r--r-- | llvm/docs/LangRef.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 7ae7e7e9b05..1ca60d8daf0 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/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 |