use-llvm-6.0
authorDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Fri, 19 Oct 2018 10:09:22 +0000 (11:09 +0100)
committerIlias Tsitsimpis <iliastsi@debian.org>
Fri, 19 Oct 2018 10:09:22 +0000 (11:09 +0100)
Gbp-Pq: Name use-llvm-6.0.patch

configure.ac

index 255f0f3ff0d73eb7e697f48d780dff4c790e4016..47abb004c60a35e4f5027fdf331eba0c11b2395f 100644 (file)
@@ -638,7 +638,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=5.0
+LlvmVersion=6.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])