diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-04-13 13:41:09 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-04-15 16:24:45 +0200 |
commit | aaaa61c8b712cc313c140ec15f6044e13a036d1f (patch) | |
tree | 7585d1b6f78090db9a6404c5164b3ab3f300daea /docs | |
parent | 8d66765c4de22c01b8ae97570ed6c5f5c1a16a35 (diff) | |
download | haskell-aaaa61c8b712cc313c140ec15f6044e13a036d1f.tar.gz |
users-guide: Note change in LLVM support policy
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/8.0.1-notes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/users_guide/8.0.1-notes.rst b/docs/users_guide/8.0.1-notes.rst index 2f011c4fe0..dcbd104ce0 100644 --- a/docs/users_guide/8.0.1-notes.rst +++ b/docs/users_guide/8.0.1-notes.rst @@ -219,6 +219,11 @@ Language Compiler ~~~~~~~~ +- The LLVM code generator now supports only LLVM 3.7. This is in contrast to our + previous policy where GHC would try to support a range of LLVM versions + concurrently. We hope that by supporting a narrower range of versions we can + provide more reliable support for each. + - Warnings can now be controlled with ``-W(no-)...`` flags in addition to the old ``-f(no-)warn...`` ones. This was done as the first part of a rewrite of the warning system to provide better control over warnings, |