[commit: ghc] master: configure: Use LLVM 7.0 (929363b)
git at git.haskell.org
git at git.haskell.org
Fri Nov 23 19:38:50 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/929363b7454f8ec843908514f7e3c3da1666b000/ghc
>---------------------------------------------------------------
commit 929363b7454f8ec843908514f7e3c3da1666b000
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Nov 22 16:07:49 2018 -0500
configure: Use LLVM 7.0
>---------------------------------------------------------------
929363b7454f8ec843908514f7e3c3da1666b000
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0b65770..5ae1c6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -643,7 +643,7 @@ AC_SUBST([LibtoolCmd])
# 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=6.0
+LlvmVersion=7.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