From: Nick Lewycky Date: Fri, 9 Nov 2007 05:45:51 +0000 (+0000) Subject: Add a link to the tutorial. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cf326da709be47c5c557890e0be9a220caf4f9e3;p=oota-llvm.git Add a link to the tutorial. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43928 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.html b/docs/index.html index c343cf42652..2adbddb806c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,6 +64,8 @@ some tools. Microsoft Visual Studio - An addendum to the main Getting Started guide for those using Visual Studio on Windows. +
  • JIT Tutorial - A walk through the process of using +LLVM for a custom language, and the facilities LLVM offers in tutorial form.
  • Developer Policy - The LLVM project's policy towards developers and their contributions.