diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2016-07-07 05:38:14 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2016-07-07 05:40:11 +1000 |
commit | 672314cbeb8ac386a58f17dc4650dbdf4c55d8b5 (patch) | |
tree | 97ca8ebd806a2e9a981b1e74830687b87297a98a /configure.ac | |
parent | 56f47d4a4e418235285d8b8cfe23bde6473f17fc (diff) | |
download | haskell-672314cbeb8ac386a58f17dc4650dbdf4c55d8b5.tar.gz |
Switch to LLVM version 3.8
LLVM 3.8 was released a couple of months ago.
Test Plan: Build and test on x86_64/linux (perf-llvm) and armhf/linux.
Reviewers: austin, hvr, rwbarton, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2382
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 664deb4de6..f4b839e523 100644 --- a/configure.ac +++ b/configure.ac @@ -521,7 +521,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.7 +LlvmVersion=3.8 AC_SUBST([LlvmVersion]) sUPPORTED_LLVM_VERSION=$(echo \($LlvmVersion\) | sed 's/\./,/') AC_DEFINE_UNQUOTED([sUPPORTED_LLVM_VERSION], ${sUPPORTED_LLVM_VERSION}, [The supported LLVM version number]) |