summaryrefslogtreecommitdiff
path: root/docs/tutorial/index.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-06 05:02:48 +0000
committerChris Lattner <sabre@nondot.org>2007-11-06 05:02:48 +0000
commit95ce0d61ab7051847cc8d562d9e5301c8948d658 (patch)
treeafd48e4bc628464a10776229e56d36cb0715b6fa /docs/tutorial/index.html
parenta4ad2e740ac7727229ee0b47affb2e7efae085eb (diff)
downloadllvm-95ce0d61ab7051847cc8d562d9e5301c8948d658.tar.gz
llvm-95ce0d61ab7051847cc8d562d9e5301c8948d658.tar.bz2
llvm-95ce0d61ab7051847cc8d562d9e5301c8948d658.tar.xz
Add a real intro to the series.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43752 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/index.html')
-rw-r--r--docs/tutorial/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index 2406ebe1eb..fe047c9d24 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -27,7 +27,7 @@
</li>
<li>Implementing a language with LLVM: Kaleidoscope
<ol>
- <li><a href="LangImpl1.html">The basic language, with its lexer</a></li>
+ <li><a href="LangImpl1.html">Tutorial Introduction and the Lexer</a></li>
<li><a href="LangImpl2.html">Implementing a Parser and AST</a></li>
<li><a href="LangImpl3.html">Implementing Code Generation to LLVM IR</a></li>
<li><a href="LangImpl4.html">Adding JIT and Optimizer Support</a></li>