summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorJoe Abbey <jabbey@arxan.com>2013-02-12 11:45:22 +0000
committerJoe Abbey <jabbey@arxan.com>2013-02-12 11:45:22 +0000
commit0013a5d87b8b51bb6d563dbb7b96978bed9d3ac3 (patch)
treeebf34d1bcde7178ed1f72530a570fd443c479529 /docs/index.rst
parentf28e3211a67e1959b9ed97701b0e9a049539da40 (diff)
downloadllvm-0013a5d87b8b51bb6d563dbb7b96978bed9d3ac3.tar.gz
llvm-0013a5d87b8b51bb6d563dbb7b96978bed9d3ac3.tar.bz2
llvm-0013a5d87b8b51bb6d563dbb7b96978bed9d3ac3.tar.xz
Adding a HowTo for Attributes.
This is based on Bill Wendling's email. No additional content has been added, but now there's a place for Attributes to capture future information. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174961 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index e5b08457d6..8f22ef2a77 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -247,6 +247,7 @@ For API clients and LLVM developers.
GarbageCollection
WritingAnLLVMPass
TableGen/LangRef
+ HowToUseAttributes
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -312,6 +313,8 @@ For API clients and LLVM developers.
:doc:`MarkedUpDisassembly`
This document describes the optional rich disassembly output syntax.
+:doc:`HowToUseAttributes`
+ Answers some questions about the new Attributes infrastructure.
Development Process Documentation
=================================