1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[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
This commit is contained in:
Lang Hames 2016-05-25 23:42:48 +00:00
parent 504e778cb8
commit afb30397ab

View File

@ -305,8 +305,8 @@ like a mini-LLI), feed to next chapter.*
Full Code Listing Full Code Listing
================= =================
Here is the complete code listing for our running example, enhanced with Here is the complete code listing for our running example. To build this
mutable variables and var/in support. To build this example, use: example, use:
.. code-block:: bash .. code-block:: bash