[llvm] r270918 - [Kaleidoscope][BuildingAJIT] Fix strong emphasis markup by removing whitespace.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 14:21:18 PDT 2016


Author: lhames
Date: Thu May 26 16:21:18 2016
New Revision: 270918

URL: http://llvm.org/viewvc/llvm-project?rev=270918&view=rev
Log:
[Kaleidoscope][BuildingAJIT] Fix strong emphasis markup by removing whitespace.

Modified:
    llvm/trunk/docs/tutorial/BuildingAJIT3.rst

Modified: llvm/trunk/docs/tutorial/BuildingAJIT3.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/BuildingAJIT3.rst?rev=270918&r1=270917&r2=270918&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/BuildingAJIT3.rst (original)
+++ llvm/trunk/docs/tutorial/BuildingAJIT3.rst Thu May 26 16:21:18 2016
@@ -19,12 +19,12 @@ CompileOnDemand layer the JIT from `Chap
 **To be done:**
 
 **(1) Describe lazy function-at-a-time JITing and how it differs from the kind
-of eager module-at-a-time JITing that we've been doing so far. **
+of eager module-at-a-time JITing that we've been doing so far.**
 
 **(2) Discuss CompileCallbackManagers and IndirectStubManagers.**
 
 **(3) Describe CompileOnDemandLayer (automates these components and builds stubs
-and lazy compilation callbacks for IR) and how to add it to the JIT. **
+and lazy compilation callbacks for IR) and how to add it to the JIT.**
 
 Full Code Listing
 =================




More information about the llvm-commits mailing list