[llvm] r183555 - Add more explicit link targets to headers in LangRef.rst

Eli Bendersky eliben at google.com
Fri Jun 7 13:24:43 PDT 2013


Author: eliben
Date: Fri Jun  7 15:24:43 2013
New Revision: 183555

URL: http://llvm.org/viewvc/llvm-project?rev=183555&view=rev
Log:
Add more explicit link targets to 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=183555&r1=183554&r2=183555&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri Jun  7 15:24:43 2013
@@ -1367,6 +1367,8 @@ transformation. A strong type system mak
 generated code and enables novel analyses and transformations that are
 not feasible to perform on normal three address code representations.
 
+.. _typeclassifications:
+
 Type Classifications
 --------------------
 
@@ -1880,6 +1882,8 @@ followed by 4 hexadecimal digits. All he
 
 There are no constants of type x86mmx.
 
+.. _complexconstants:
+
 Complex Constants
 -----------------
 
@@ -2201,6 +2205,8 @@ instruction.
 Finally, some targets may provide defined semantics when using the value
 as the operand to an inline assembly, but that is target specific.
 
+.. _constantexprs:
+
 Constant Expressions
 --------------------
 
@@ -2305,6 +2311,8 @@ The following is the syntax for constant
 Other Values
 ============
 
+.. _inlineasmexprs:
+
 Inline Assembler Expressions
 ----------------------------
 
@@ -2906,6 +2914,8 @@ Each individual option is required to be
 linker, or an option that is reserved by the target specific assembly writer or
 object file emitter. No other aspect of these options is defined by the IR.
 
+.. _intrinsicglobalvariables:
+
 Intrinsic Global Variables
 ==========================
 
@@ -2915,6 +2925,8 @@ All globals of this sort should have a s
 "``llvm.metadata``". This section and all globals that start with
 "``llvm.``" are reserved for use by LLVM.
 
+.. _gv_llvmused:
+
 The '``llvm.used``' Global Variable
 -----------------------------------
 
@@ -2946,6 +2958,8 @@ On some targets, the code generator must
 assembler or object file to prevent the assembler and linker from
 molesting the symbol.
 
+.. _gv_llvmcompilerused:
+
 The '``llvm.compiler.used``' Global Variable
 --------------------------------------------
 
@@ -2958,6 +2972,8 @@ by ``@llvm.used``.
 This is a rare construct that should only be used in rare circumstances,
 and should not be exposed to source languages.
 
+.. _gv_llvmglobalctors:
+
 The '``llvm.global_ctors``' Global Variable
 -------------------------------------------
 
@@ -2972,6 +2988,8 @@ array will be called in ascending order
 when the module is loaded. The order of functions with the same priority
 is not defined.
 
+.. _llvmglobaldtors:
+
 The '``llvm.global_dtors``' Global Variable
 -------------------------------------------
 





More information about the llvm-commits mailing list