diff options
author | Joe Abbey <jabbey@arxan.com> | 2013-02-12 11:45:22 +0000 |
---|---|---|
committer | Joe Abbey <jabbey@arxan.com> | 2013-02-12 11:45:22 +0000 |
commit | 0013a5d87b8b51bb6d563dbb7b96978bed9d3ac3 (patch) | |
tree | ebf34d1bcde7178ed1f72530a570fd443c479529 /docs/index.rst | |
parent | f28e3211a67e1959b9ed97701b0e9a049539da40 (diff) | |
download | external_llvm-0013a5d87b8b51bb6d563dbb7b96978bed9d3ac3.zip external_llvm-0013a5d87b8b51bb6d563dbb7b96978bed9d3ac3.tar.gz external_llvm-0013a5d87b8b51bb6d563dbb7b96978bed9d3ac3.tar.bz2 |
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.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index e5b0845..8f22ef2 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 ================================= |