diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-11-22 16:07:49 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-11-23 12:31:49 -0500 |
commit | 929363b7454f8ec843908514f7e3c3da1666b000 (patch) | |
tree | 8542653c6bba9c61be7cccfed25e58050d7b58e9 /configure.ac | |
parent | b2950e03b551d82d62ec25eb232284aaf121b4e2 (diff) | |
download | haskell-929363b7454f8ec843908514f7e3c3da1666b000.tar.gz |
configure: Use LLVM 7.0
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 0b65770b93..5ae1c6a0f4 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]) |