forked from OSchip/llvm-project
[docs] Fix a typo in KaleidoscopeJIT tutorial
Summary: Just a missing end quote. Reviewers: lhames Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D46136 llvm-svn: 331794
This commit is contained in:
parent
869cbedc81
commit
923d8ab1fa
|
@ -224,7 +224,7 @@ layer interface. The interface consists of one typedef and five methods:
|
|||
| | 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 |
|
||||
|
|
Loading…
Reference in New Issue