From fdc529ad9597e9c2c8ddd9afc771a61805348d07 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 7 Jun 2013 19:40:08 +0000 Subject: [PATCH] Add explicit link targets to some headers in LangRef.rst llvm-svn: 183548 --- llvm/docs/LangRef.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 1b50a734e971..4c3a4789f72c 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/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 -----------