[llvm-commits] [llvm] r43928 - /llvm/trunk/docs/index.html
Nick Lewycky
nicholas at mxc.ca
Thu Nov 8 21:45:52 PST 2007
Author: nicholas
Date: Thu Nov 8 23:45:51 2007
New Revision: 43928
URL: http://llvm.org/viewvc/llvm-project?rev=43928&view=rev
Log:
Add a link to the tutorial.
Modified:
llvm/trunk/docs/index.html
Modified: llvm/trunk/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.html?rev=43928&r1=43927&r2=43928&view=diff
==============================================================================
--- llvm/trunk/docs/index.html (original)
+++ llvm/trunk/docs/index.html Thu Nov 8 23:45:51 2007
@@ -64,6 +64,8 @@
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>
More information about the llvm-commits
mailing list