diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2007-11-09 05:45:51 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2007-11-09 05:45:51 +0000 |
commit | cf326da709be47c5c557890e0be9a220caf4f9e3 (patch) | |
tree | 971c97c0a9bd7da42571a7a2822b1ea9838d25fb /docs/index.html | |
parent | cc41586b9d79532172b37e1f44a9077da4b73fc9 (diff) | |
download | external_llvm-cf326da709be47c5c557890e0be9a220caf4f9e3.zip external_llvm-cf326da709be47c5c557890e0be9a220caf4f9e3.tar.gz external_llvm-cf326da709be47c5c557890e0be9a220caf4f9e3.tar.bz2 |
Add a link to the tutorial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43928 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index c343cf4..2adbddb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,6 +64,8 @@ some tools.</li> Microsoft Visual Studio</a> - An addendum to the main Getting Started guide for those using Visual Studio on Windows.</li> +<li><a href="tutorial/">JIT Tutorial</a> - A walk through the process of using +LLVM for a custom language, and the facilities LLVM offers in tutorial form.</li> <li><a href="DeveloperPolicy.html">Developer Policy</a> - The LLVM project's policy towards developers and their contributions.</li> |