Skip to content
Snippets Groups Projects
Commit 5b3f33b9 authored by Steven Shaw's avatar Steven Shaw Committed by Ben Gamari
Browse files

Minor tweaks to codegens.rst

A couple of nits involving the letter 'C'.
parent 3c0ffd11
No related merge requests found
......@@ -15,7 +15,7 @@ described below.
.. _native-code-gen:
Native code Generator (``-fasm``)
Native Code Generator (``-fasm``)
---------------------------------
.. index::
......@@ -45,7 +45,7 @@ increase in compilation times. Select the LLVM backend with the
You must install and have LLVM available on your ``PATH`` for the LLVM code
generator to work. Specifically GHC needs to be able to call the ``opt``
and ``llc`` tools. Secondly, if you are running Mac OS X with LLVM 3.0
or greater then you also need the `Clang c
or greater then you also need the `Clang C
compiler <http://clang.llvm.org>`__ compiler available on your ``PATH``.
To install LLVM and Clang:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment