[PATCH] D43196: [Kaleidoscope] doc fix

Sean Silva via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 15 15:53:22 PDT 2018


silvas accepted this revision.
silvas added a comment.
This revision is now accepted and ready to land.

LGTM with a nit.



================
Comment at: docs/tutorial/LangImpl02.rst:719
 
 Here is the complete code listing for this and the previous chapter.
+To build this, just compile with:
----------------
Please use something like this verbiage that is present in LangImpl03+
```
Here is the complete code listing for our running example, enhanced with
the LLVM code generator. Because this uses the LLVM libraries, we need
to link them in. To do this, we use the
`llvm-config <http://llvm.org/cmds/llvm-config.html>`_ tool to inform
our makefile/command line about which options to use:
```


https://reviews.llvm.org/D43196





More information about the llvm-commits mailing list