[llvm] r209640 - Fix link.

Rafael Espindola rafael.espindola at gmail.com
Mon May 26 14:30:41 PDT 2014


Author: rafael
Date: Mon May 26 16:30:40 2014
New Revision: 209640

URL: http://llvm.org/viewvc/llvm-project?rev=209640&view=rev
Log:
Fix link.

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=209640&r1=209639&r2=209640&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Mon May 26 16:30:40 2014
@@ -443,7 +443,7 @@ styles:
 A symbol with ``internal`` or ``private`` linkage must have ``default``
 visibility.
 
-.. _namedtypes:
+.. _dllstorageclass:
 
 DLL Storage Classes
 -------------------
@@ -464,6 +464,8 @@ DLL storage class:
     exists for defining a dll interface, the compiler, assembler and linker know
     it is externally referenced and must refrain from deleting the symbol.
 
+.. _namedtypes:
+
 Structure Types
 ---------------
 





More information about the llvm-commits mailing list