[llvm] r270796 - [Kaleidoscope][BuildingAJIT] Shorten the name of the BuildingAJIT tutorial

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 16:34:21 PDT 2016


Author: lhames
Date: Wed May 25 18:34:19 2016
New Revision: 270796

URL: http://llvm.org/viewvc/llvm-project?rev=270796&view=rev
Log:
[Kaleidoscope][BuildingAJIT] Shorten the name of the BuildingAJIT tutorial
series.

The original name was pretty long, and likely to look awkward as more
chapters get added.


Modified:
    llvm/trunk/docs/tutorial/BuildingAJIT1.rst
    llvm/trunk/docs/tutorial/index.rst

Modified: llvm/trunk/docs/tutorial/BuildingAJIT1.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/BuildingAJIT1.rst?rev=270796&r1=270795&r2=270796&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/BuildingAJIT1.rst (original)
+++ llvm/trunk/docs/tutorial/BuildingAJIT1.rst Wed May 25 18:34:19 2016
@@ -1,5 +1,5 @@
 =======================================================
-Kaleidoscope: Building an ORC-based JIT in LLVM
+Building a JIT: Starting out with KaleidoscopeJIT
 =======================================================
 
 .. contents::

Modified: llvm/trunk/docs/tutorial/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/index.rst?rev=270796&r1=270795&r2=270796&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/index.rst (original)
+++ llvm/trunk/docs/tutorial/index.rst Wed May 25 18:34:19 2016
@@ -22,7 +22,7 @@ Kaleidoscope: Implementing a Language wi
 
    OCamlLangImpl*
 
-Kaleidoscope: Building an ORC-based JIT in LLVM
+Building a JIT in LLVM
 ===============================================
 
 .. toctree::




More information about the llvm-commits mailing list