summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-06-07 19:40:08 +0000
committerEli Bendersky <eliben@google.com>2013-06-07 19:40:08 +0000
commit1de1410bd23846fd83c0f6b71ac58335246cd7b0 (patch)
treecc1fef919e1d9859eb4a830283f955b554fdf1df /docs
parenteda4b8e674d51534a0ddbf86d6153ec2f40eb790 (diff)
downloadllvm-1de1410bd23846fd83c0f6b71ac58335246cd7b0.tar.gz
llvm-1de1410bd23846fd83c0f6b71ac58335246cd7b0.tar.bz2
llvm-1de1410bd23846fd83c0f6b71ac58335246cd7b0.tar.xz
Add explicit link targets to some headers in LangRef.rst
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183548 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 1b50a734e9..4c3a4789f7 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -387,6 +387,8 @@ More calling conventions can be added/defined on an as-needed basis, to
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
-----------