Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan van Brügge
GHC
Commits
5b3f33b9
Commit
5b3f33b9
authored
7 years ago
by
Steven Shaw
Committed by
Ben Gamari
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Minor tweaks to codegens.rst
A couple of nits involving the letter 'C'.
parent
3c0ffd11
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/users_guide/codegens.rst
+2
-2
2 additions, 2 deletions
docs/users_guide/codegens.rst
with
2 additions
and
2 deletions
docs/users_guide/codegens.rst
+
2
−
2
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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment