diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-11-30 04:23:17 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-11-30 04:23:17 +0000 |
commit | 1c2720320b03556d9b521eacdfc57864ece18bcf (patch) | |
tree | 9ae9ae70b3a3396fcb9ff2da1b7399fad16359ad /llvm/docs/tutorial/index.html | |
parent | 710bb871478ff60ae81c424218c0ec264beb3e96 (diff) | |
download | bcm5719-llvm-1c2720320b03556d9b521eacdfc57864ece18bcf.tar.gz bcm5719-llvm-1c2720320b03556d9b521eacdfc57864ece18bcf.zip |
Remove the 'simple jit' tutorial as it wasn't really being maintained and its
material is covered by the Kaleidoscope tutorial.
llvm-svn: 90111
Diffstat (limited to 'llvm/docs/tutorial/index.html')
-rw-r--r-- | llvm/docs/tutorial/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/docs/tutorial/index.html b/llvm/docs/tutorial/index.html index bfaafe7265f..250b533f3f8 100644 --- a/llvm/docs/tutorial/index.html +++ b/llvm/docs/tutorial/index.html @@ -15,16 +15,6 @@ <div class="doc_title"> LLVM Tutorial: Table of Contents </div> <ol> - <li><!--<a href="Introduction.html">-->An Introduction to LLVM: Basic Concepts and Design</li> - <li>Simple JIT Tutorials - <ol> - <li><a href="JITTutorial1.html">A First Function</a></li> - <li><a href="JITTutorial2.html">A More Complicated Function</a></li> - <li><!--<a href="Tutorial3.html">-->Running Optimizations</li> - <li><!--<a href="Tutorial4.html">-->Reading and Writing Bitcode</li> - <li><!--<a href="Tutorial5.html">-->Invoking the JIT</li> - </ol> - </li> <li>Kaleidoscope: Implementing a Language with LLVM <ol> <li><a href="LangImpl1.html">Tutorial Introduction and the Lexer</a></li> |