summaryrefslogtreecommitdiff
path: root/docs/users_guide/codegens.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: clarify that LLVM codegen is not available in unregisterised modematoro2022-09-201-4/+3
| | | | | | | | | | | | | The current docs are misleading and suggest that it is possible to use LLVM codegen from an unregisterised build. This is not the case; attempting to pass `-fllvm` to an unregisterised build warns: ``` when making flags consistent: warning: Target platform uses unregisterised ABI, so compiling via C ``` and uses the C codegen anyway.
* docs: Fix LlvmVersion in manpage (#21280)Zubin Duggal2022-05-201-2/+2
|
* Documentation: use https linksKrzysztof Gogolewski2021-09-081-5/+5
|
* Documented the as of yet undocumented '--print-*' GHC flags,Benjamin Maurer2020-09-041-0/+1
| | | | | | as well as `-split-objs`, since that is related to `--print-object-splitting-supported`. See #18641
* Fixed a minor typo in codegen.rstGreg Steuck2020-03-111-1/+1
|
* while at it rename XCode to the official XcodeGabor Greif2019-12-271-1/+1
|
* users-guide: Fix a variety of broken links and syntaxBen Gamari2019-06-191-0/+7
|
* users-guide: Consistently document LLVM version requirementBen Gamari2017-12-141-5/+10
| | | | (cherry picked from commit fdccc6666d838cf8708b9fc03a9ce2aa04fe9439)
* Minor tweaks to codegens.rstSteven Shaw2017-11-291-2/+2
| | | A couple of nits involving the letter 'C'.
* user's guide: Fix some accidental triple-` quoteHerbert Valerio Riedel2015-11-201-2/+2
| | | | | | Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D1503
* Move user's guide to ReStructuredTextBen Gamari2015-10-031-0/+115