summaryrefslogtreecommitdiff
path: root/docs/programming.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-10-07 04:34:10 +0000
committerBill Wendling <isanbard@gmail.com>2012-10-07 04:34:10 +0000
commit53960a682e63a762b8a74715a0a9b7cdacf3a918 (patch)
treeadb0e0e3ff285971d0539708663c41d29060a86b /docs/programming.rst
parentc38b636e6ee76cc55c0e99a12cc959a2b3cda789 (diff)
downloadllvm-53960a682e63a762b8a74715a0a9b7cdacf3a918.tar.gz
llvm-53960a682e63a762b8a74715a0a9b7cdacf3a918.tar.bz2
llvm-53960a682e63a762b8a74715a0a9b7cdacf3a918.tar.xz
Sphinxify the compiler writer info documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165369 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/programming.rst')
-rw-r--r--docs/programming.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/programming.rst b/docs/programming.rst
index fe2604fbb7..e8acc1d2e0 100644
--- a/docs/programming.rst
+++ b/docs/programming.rst
@@ -8,6 +8,7 @@ Programming Documentation
CodingStandards
CommandLine
+ CompilerWriterInfo
Atomics
HowToSetUpLLVMStyleRTTI
@@ -49,3 +50,7 @@ Programming Documentation
(`tarball <http://llvm.org/doxygen/doxygen.tar.gz>`_)
* `ViewVC Repository Browser <http://llvm.org/viewvc/>`_
+
+* :ref:`compiler_writer_info`
+
+ A list of helpful links for compiler writers.