diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-06 05:02:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-06 05:02:48 +0000 |
commit | 0bf330a1bc20af7ed416c789a010ca8d67551fac (patch) | |
tree | 622def44ee2a31df8bc87c74d159fa078bde1434 /llvm/docs/tutorial/index.html | |
parent | a9057f0b978ff77147f5cb40a5e50dc25292e95a (diff) | |
download | bcm5719-llvm-0bf330a1bc20af7ed416c789a010ca8d67551fac.tar.gz bcm5719-llvm-0bf330a1bc20af7ed416c789a010ca8d67551fac.zip |
Add a real intro to the series.
llvm-svn: 43752
Diffstat (limited to 'llvm/docs/tutorial/index.html')
-rw-r--r-- | llvm/docs/tutorial/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/index.html b/llvm/docs/tutorial/index.html index 2406ebe1ebf..fe047c9d24a 100644 --- a/llvm/docs/tutorial/index.html +++ b/llvm/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> |