[llvm-commits] [llvm] r171154 - in /llvm/trunk/docs: subsystems.rst tutorial/index.rst
Sean Silva
silvas at purdue.edu
Thu Dec 27 00:57:09 PST 2012
Author: silvas
Date: Thu Dec 27 02:57:08 2012
New Revision: 171154
URL: http://llvm.org/viewvc/llvm-project?rev=171154&view=rev
Log:
docs: Move link to the new "external tutorials" area.
Modified:
llvm/trunk/docs/subsystems.rst
llvm/trunk/docs/tutorial/index.rst
Modified: llvm/trunk/docs/subsystems.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/subsystems.rst?rev=171154&r1=171153&r2=171154&view=diff
==============================================================================
--- llvm/trunk/docs/subsystems.rst (original)
+++ llvm/trunk/docs/subsystems.rst Thu Dec 27 02:57:08 2012
@@ -107,13 +107,6 @@
This document describes segmented stacks and how they are used in LLVM.
-* `Howto: Implementing LLVM Integrated Assembler`_
-
- A simple guide for how to implement an LLVM integrated assembler for an
- architecture.
-
-.. _`Howto: Implementing LLVM Integrated Assembler`: http://www.embecosm.com/download/ean10.html
-
* :ref:`marked_up_disassembly`
This document describes the optional rich disassembly output syntax.
Modified: llvm/trunk/docs/tutorial/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/index.rst?rev=171154&r1=171153&r2=171154&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/index.rst (original)
+++ llvm/trunk/docs/tutorial/index.rst Thu Dec 27 02:57:08 2012
@@ -30,6 +30,11 @@
active development at `<https://github.com/Jonathan2251/lbd>`_ (please
contribute!).
+`Howto: Implementing LLVM Integrated Assembler`_
+ A simple guide for how to implement an LLVM integrated assembler for an
+ architecture.
+
+.. _`Howto: Implementing LLVM Integrated Assembler`: http://www.embecosm.com/download/ean10.html
Advanced Topics
===============
More information about the llvm-commits
mailing list