[commit: ghc] ghc-8.0: users-guide: Note change in LLVM support policy (e9e100f)

git at git.haskell.org git at git.haskell.org
Sat Apr 16 17:29:13 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/e9e100f3daac94034c1a14b3a35bd49093a535f4/ghc

>---------------------------------------------------------------

commit e9e100f3daac94034c1a14b3a35bd49093a535f4
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Apr 13 13:41:09 2016 +0200

    users-guide: Note change in LLVM support policy
    
    (cherry picked from commit aaaa61c8b712cc313c140ec15f6044e13a036d1f)


>---------------------------------------------------------------

e9e100f3daac94034c1a14b3a35bd49093a535f4
 docs/users_guide/8.0.1-notes.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/users_guide/8.0.1-notes.rst b/docs/users_guide/8.0.1-notes.rst
index 1d1553c..9b4824cd 100644
--- a/docs/users_guide/8.0.1-notes.rst
+++ b/docs/users_guide/8.0.1-notes.rst
@@ -211,6 +211,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,



More information about the ghc-commits mailing list