[llvm] r183548 - Add explicit link targets to some headers in LangRef.rst

Eli Bendersky eliben at google.com
Fri Jun 7 12:40:08 PDT 2013


Author: eliben
Date: Fri Jun  7 14:40:08 2013
New Revision: 183548

URL: http://llvm.org/viewvc/llvm-project?rev=183548&view=rev
Log:
Add explicit link targets to some headers in LangRef.rst

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=183548&r1=183547&r2=183548&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri Jun  7 14:40:08 2013
@@ -387,6 +387,8 @@ More calling conventions can be added/de
 support Pascal conventions or any other well-known target-independent
 convention.
 
+.. _visibilitystyles:
+
 Visibility Styles
 -----------------
 
@@ -412,6 +414,8 @@ styles:
     defining module will bind to the local symbol. That is, the symbol
     cannot be overridden by another module.
 
+.. _namedtypes:
+
 Named Types
 -----------
 
@@ -596,6 +600,8 @@ Syntax::
            [fn Attrs] [section "name"] [align N]
            [gc] { ... }
 
+.. _langref_aliases:
+
 Aliases
 -------
 
@@ -970,6 +976,8 @@ two digit hex code for the number.
 The inline asm code is simply printed to the machine code .s file when
 assembly code is generated.
 
+.. _langref_datalayout:
+
 Data Layout
 -----------
 





More information about the llvm-commits mailing list