summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2016-11-18 19:14:42 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2016-11-18 19:14:43 +1100
commit9c39e09a9aaea4ff6fdb6a4809a4cc456c7bc164 (patch)
treec925bd9615c3aeae59fdacb8ad1885a003149c6c
parent231a3ae1644403c1f295e993105c4346d0db22db (diff)
downloadhaskell-9c39e09a9aaea4ff6fdb6a4809a4cc456c7bc164.tar.gz
Switch to LLVM version 3.9
Test Plan: Build and test on x86_64/linux (perf-llvm) and armhf/linux. Reviewers: austin, hvr, bgamari Reviewed By: bgamari Subscribers: RyanGlScott, thomie Differential Revision: https://phabricator.haskell.org/D2719
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7a7e75b639..0312aed44c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -551,7 +551,7 @@ esac
# 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.8
+LlvmVersion=3.9
AC_SUBST([LlvmVersion])
sUPPORTED_LLVM_VERSION=$(echo \($LlvmVersion\) | sed 's/\./,/')
AC_DEFINE_UNQUOTED([sUPPORTED_LLVM_VERSION], ${sUPPORTED_LLVM_VERSION}, [The supported LLVM version number])