[PATCH] D46136: [docs] Fix a typo in KaleidoscopeJIT tutorial
Stephane Sezer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 8 11:47:18 PDT 2018
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL331794: [docs] Fix a typo in KaleidoscopeJIT tutorial (authored by sas, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D46136
Files:
llvm/trunk/docs/tutorial/BuildingAJIT2.rst
Index: llvm/trunk/docs/tutorial/BuildingAJIT2.rst
===================================================================
--- llvm/trunk/docs/tutorial/BuildingAJIT2.rst
+++ llvm/trunk/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.145747.patch
Type: text/x-patch
Size: 888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180508/9816551d/attachment.bin>
More information about the llvm-commits
mailing list