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 | 808ce5fd6750b4a4fd9336b72e219ff989928d67 (patch) | |
tree | c8be4ca677026638747c504b6564e9668ee1f766 /docs/tutorial/index.html | |
parent | 8b6a20accd8acb83e8097bfa28416660ec946887 (diff) |
Remove the 'simple jit' tutorial as it wasn't really being maintained and its
material is covered by the Kaleidoscope tutorial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90111 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/index.html')
-rw-r--r-- | docs/tutorial/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html index bfaafe7265..250b533f3f 100644 --- a/docs/tutorial/index.html +++ b/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> |