diff options
author | Sean Silva <silvas@purdue.edu> | 2012-12-27 08:57:08 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2012-12-27 08:57:08 +0000 |
commit | 33fc6cff4bbf63d752245b8ad741ac4e954b7311 (patch) | |
tree | 0da084ac21f6e099ced1f34e1a48c7fc9a8f9e11 /llvm/docs/tutorial | |
parent | 29dd7f209074114a8a8be226146156d7ddf92c71 (diff) | |
download | bcm5719-llvm-33fc6cff4bbf63d752245b8ad741ac4e954b7311.tar.gz bcm5719-llvm-33fc6cff4bbf63d752245b8ad741ac4e954b7311.zip |
docs: Move link to the new "external tutorials" area.
llvm-svn: 171154
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/tutorial/index.rst b/llvm/docs/tutorial/index.rst index c2ef3b992c3..a7e2c4fb369 100644 --- a/llvm/docs/tutorial/index.rst +++ b/llvm/docs/tutorial/index.rst @@ -30,6 +30,11 @@ External Tutorials 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 =============== |