diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-06-14 21:37:05 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-06-14 21:38:56 -0400 |
commit | 6e72b194f15ce028b155c97a54a66b6418d98e43 (patch) | |
tree | eb358844d2d2e7d92de4b98e9118c72335083a5a /configure.ac | |
parent | db5ef2b4f9d22738ae75db29c3e45e370efa4169 (diff) | |
download | haskell-bump-llvm.tar.gz |
Bump supported LLVM version to 6.0bump-llvm
This seems to fix a number of segmentation faults.
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 21f9f1694d..2e6e64481c 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=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]) |