summaryrefslogtreecommitdiff
path: root/docs/tutorial
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2016-05-26 21:21:18 +0000
committerLang Hames <lhames@gmail.com>2016-05-26 21:21:18 +0000
commit26ec8e8a3d309b94463c5db9595456f55af17f65 (patch)
tree31e6c91be285ce84594afc28dfb9f95ed4f3ccd1 /docs/tutorial
parent71d351f50da67e586a1d29d8f31c704ce2ddbbb2 (diff)
[Kaleidoscope][BuildingAJIT] Fix strong emphasis markup by removing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270918 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/BuildingAJIT3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/BuildingAJIT3.rst b/docs/tutorial/BuildingAJIT3.rst
index e2f71bdc200..35b0e24dc74 100644
--- a/docs/tutorial/BuildingAJIT3.rst
+++ b/docs/tutorial/BuildingAJIT3.rst
@@ -19,12 +19,12 @@ CompileOnDemand layer the JIT from `Chapter 2 <BuildingAJIT2.html>`_.
**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
=================