diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-10-07 04:34:10 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-10-07 04:34:10 +0000 |
commit | 668043f0dbdd165400a38132fea3ac5e1dd96071 (patch) | |
tree | 081a6cbd272598afaa701542de9338b51834ec4e /llvm/docs/programming.rst | |
parent | e8bd4e50e4a30e1a046b4f6a8768dce8569a982f (diff) | |
download | bcm5719-llvm-668043f0dbdd165400a38132fea3ac5e1dd96071.tar.gz bcm5719-llvm-668043f0dbdd165400a38132fea3ac5e1dd96071.zip |
Sphinxify the compiler writer info documentation.
llvm-svn: 165369
Diffstat (limited to 'llvm/docs/programming.rst')
-rw-r--r-- | llvm/docs/programming.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/programming.rst b/llvm/docs/programming.rst index fe2604fbb7b..e8acc1d2e0c 100644 --- a/llvm/docs/programming.rst +++ b/llvm/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. |