diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2015-10-10 10:47:37 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2015-10-10 10:49:01 +1100 |
commit | 80602af0ad8ae223d294483163fd471d80c2ccd9 (patch) | |
tree | 4bca31b375e08dcd52d76b8a6456d40b23562380 /configure.ac | |
parent | 5dc3db743ec477978b9727a313951be44dbd170f (diff) | |
download | haskell-80602af0ad8ae223d294483163fd471d80c2ccd9.tar.gz |
Revert "Switch to LLVM version 3.7"
Pushed by mistacke before it was ready.
This reverts commit 5dc3db743ec477978b9727a313951be44dbd170f.
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 3d9ec4125a..c9a6ed0020 100644 --- a/configure.ac +++ b/configure.ac @@ -553,7 +553,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.6 AC_SUBST([LlvmVersion]) dnl ** Which LLVM llc to use? |