mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-17 02:38:16 +00:00
[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
93d97de1e9
commit
204a392e68
@ -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…
x
Reference in New Issue
Block a user