Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
5b3f33b9
Commit
5b3f33b9
authored
Nov 29, 2017
by
Steven Shaw
Committed by
Ben Gamari
Nov 29, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor tweaks to codegens.rst
A couple of nits involving the letter 'C'.
parent
3c0ffd11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/users_guide/codegens.rst
docs/users_guide/codegens.rst
+2
-2
No files found.
docs/users_guide/codegens.rst
View file @
5b3f33b9
...
...
@@ -15,7 +15,7 @@ described below.
.. _native-code-gen:
Native
c
ode Generator (``-fasm``)
Native
C
ode 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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment