From cf326da709be47c5c557890e0be9a220caf4f9e3 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Fri, 9 Nov 2007 05:45:51 +0000 Subject: [PATCH] Add a link to the tutorial. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43928 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.html | 2 ++ 1 file changed, 2 insertions(+) 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.
  • -- 2.34.1