summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit0e885b03d997e27c030d9fc6f45650fc29af3a73 (patch)
tree6ef21df15da41f35d69a050d08fc51748961462e /llvm/docs/tutorial
parent42c9b59c2be0d7db32d04f581396d3d34e143bc8 (diff)
downloadbcm5719-llvm-0e885b03d997e27c030d9fc6f45650fc29af3a73.tar.gz
bcm5719-llvm-0e885b03d997e27c030d9fc6f45650fc29af3a73.zip
[Kaleidoscope][BuildingAJIT] Fix strong emphasis markup by removing whitespace.
llvm-svn: 270918
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r--llvm/docs/tutorial/BuildingAJIT3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/BuildingAJIT3.rst b/llvm/docs/tutorial/BuildingAJIT3.rst
index e2f71bdc200..35b0e24dc74 100644
--- a/llvm/docs/tutorial/BuildingAJIT3.rst
+++ b/llvm/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
=================
OpenPOWER on IntegriCloud