diff options
| author | Lang Hames <lhames@gmail.com> | 2016-05-25 23:42:48 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2016-05-25 23:42:48 +0000 |
| commit | 9ed5f00026edefe42809ba5b86e29205521415f6 (patch) | |
| tree | 8ee3cf1da4915d3d1b9b22fe5d7caa97823d148c /llvm/docs | |
| parent | 1021c68e92c0945c4f1e2e083b16734f117450cb (diff) | |
| download | bcm5719-llvm-9ed5f00026edefe42809ba5b86e29205521415f6.tar.gz bcm5719-llvm-9ed5f00026edefe42809ba5b86e29205521415f6.zip | |
[KaleidoscopeJIT][BuildingAJIT] Remove some copy-pasta from Chapter 1.
This text was accidentally left in when the original document was copied from
Chapter 7 of the Kaleidoscope language series.
llvm-svn: 270799
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/tutorial/BuildingAJIT1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/BuildingAJIT1.rst b/llvm/docs/tutorial/BuildingAJIT1.rst index 1e5ce17a8a5..549432706aa 100644 --- a/llvm/docs/tutorial/BuildingAJIT1.rst +++ b/llvm/docs/tutorial/BuildingAJIT1.rst @@ -305,8 +305,8 @@ like a mini-LLI), feed to next chapter.* Full Code Listing ================= -Here is the complete code listing for our running example, enhanced with -mutable variables and var/in support. To build this example, use: +Here is the complete code listing for our running example. To build this +example, use: .. code-block:: bash |

