[commit: ghc] wip/kavon-nosplit-llvm: bumping LLVM version to 5.0 (7338422)

git at git.haskell.org git at git.haskell.org
Tue Jun 27 09:14:41 UTC 2017


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

On branch  : wip/kavon-nosplit-llvm
Link       : http://ghc.haskell.org/trac/ghc/changeset/733842247d46907269282e206d8ffa13600ae916/ghc

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

commit 733842247d46907269282e206d8ffa13600ae916
Author: Kavon Farvardin <kavon at farvard.in>
Date:   Wed May 3 16:47:56 2017 +0100

    bumping LLVM version to 5.0


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

733842247d46907269282e206d8ffa13600ae916
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 46e37ab..6b52a33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -574,7 +574,7 @@ RANLIB="$RanlibCmd"
 # tools we are looking for. In the past, GHC supported a number of
 # versions of LLVM simultaneously, but that stopped working around
 # 3.5/3.6 release of LLVM.
-LlvmVersion=3.9
+LlvmVersion=5.0
 AC_SUBST([LlvmVersion])
 sUPPORTED_LLVM_VERSION=$(echo \($LlvmVersion\) | sed 's/\./,/')
 AC_DEFINE_UNQUOTED([sUPPORTED_LLVM_VERSION], ${sUPPORTED_LLVM_VERSION}, [The supported LLVM version number])



More information about the ghc-commits mailing list