[llvm] r270799 - [KaleidoscopeJIT][BuildingAJIT] Remove some copy-pasta from Chapter 1.
    Lang Hames via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed May 25 16:42:53 PDT 2016
    
    
  
Author: lhames
Date: Wed May 25 18:42:48 2016
New Revision: 270799
URL: http://llvm.org/viewvc/llvm-project?rev=270799&view=rev
Log:
[KaleidoscopeJIT][BuildingAJIT] Remove some copy-pasta from Chapter 1.
This text was accidentally left in when the original document was copied from
Chapter 7 of the Kaleidoscope language series.
Modified:
    llvm/trunk/docs/tutorial/BuildingAJIT1.rst
Modified: llvm/trunk/docs/tutorial/BuildingAJIT1.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/BuildingAJIT1.rst?rev=270799&r1=270798&r2=270799&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/BuildingAJIT1.rst (original)
+++ llvm/trunk/docs/tutorial/BuildingAJIT1.rst Wed May 25 18:42:48 2016
@@ -305,8 +305,8 @@ like a mini-LLI), feed to next chapter.*
 Full Code Listing
 =================
 
-Here is the complete code listing for our running example, enhanced with
-mutable variables and var/in support. To build this example, use:
+Here is the complete code listing for our running example. To build this
+example, use:
 
 .. code-block:: bash
 
    
    
More information about the llvm-commits
mailing list