From c126b9badcd932c3e6daa9ddb8bf79bb6ecd0533 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 22 Oct 2007 03:12:24 +0000 Subject: [PATCH] rename tutorial 1 -> JITTutorial1, make unimplemented links not be dead links. llvm-svn: 43213 --- docs/tutorial/{Tutorial1.html => JITTutorial1.html} | 0 docs/tutorial/index.html | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename docs/tutorial/{Tutorial1.html => JITTutorial1.html} (100%) diff --git a/docs/tutorial/Tutorial1.html b/docs/tutorial/JITTutorial1.html similarity index 100% rename from docs/tutorial/Tutorial1.html rename to docs/tutorial/JITTutorial1.html diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html index ba52ea5a9fa..8fc546727b0 100644 --- a/docs/tutorial/index.html +++ b/docs/tutorial/index.html @@ -18,11 +18,11 @@
  • An Introduction to LLVM: Basic Concepts and Design
  • Basic Tutorials
      -
    1. Tutorial 1: A First Function
    2. -
    3. Tutorial 2: A More Complicated Function
    4. -
    5. Tutorial 3: Reading and Writing Bitcode
    6. -
    7. Tutorial 4: Running Optimizations
    8. -
    9. Tutorial 5: Invoking the JIT
    10. +
    11. Tutorial 1: A First Function
    12. +
    13. Tutorial 2: A More Complicated Function
    14. +
    15. Tutorial 3: Reading and Writing Bitcode
    16. +
    17. Tutorial 4: Running Optimizations
    18. +
    19. Tutorial 5: Invoking the JIT
  • Example: Using LLVM to execute a simple language in JIT