[PATCH] D46136: [docs] Fix a typo in KaleidoscopeJIT tutorial

Stephane Sezer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 26 10:56:05 PDT 2018


sas created this revision.
sas added a reviewer: lhames.

Just a missing end quote.


Repository:
  rL LLVM

https://reviews.llvm.org/D46136

Files:
  docs/tutorial/BuildingAJIT2.rst


Index: docs/tutorial/BuildingAJIT2.rst
===================================================================
--- docs/tutorial/BuildingAJIT2.rst
+++ docs/tutorial/BuildingAJIT2.rst
@@ -224,7 +224,7 @@
 |                  | emitAndFinalize.                                          |
 +------------------+-----------------------------------------------------------+
 |                  | Takes a given set of Modules and makes them "available    |
-|                  | for execution. This means that symbols in those modules   |
+|                  | for execution". This means that symbols in those modules  |
 |                  | should be searchable via findSymbol and findSymbolIn, and |
 |                  | the address of the symbols should be read/writable (for   |
 |                  | data symbols), or executable (for function symbols) after |


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46136.144161.patch
Type: text/x-patch
Size: 855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180426/444b7871/attachment.bin>


More information about the llvm-commits mailing list