[commit: ghc] master: Bump supported llvm version to 3.4. (efde8ec)
git at git.haskell.org
git at git.haskell.org
Wed Aug 14 07:43:47 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/efde8ec55ef43f82306a06c70d527ae3868b92cd/ghc
>---------------------------------------------------------------
commit efde8ec55ef43f82306a06c70d527ae3868b92cd
Author: Austin Seipp <aseipp at pobox.com>
Date: Tue Aug 13 22:20:11 2013 -0500
Bump supported llvm version to 3.4.
The compiler can bootstrap and run all tests fine, given a copy of LLVM
built on Jul 27 2013.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
efde8ec55ef43f82306a06c70d527ae3868b92cd
compiler/llvmGen/LlvmCodeGen/Base.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/llvmGen/LlvmCodeGen/Base.hs b/compiler/llvmGen/LlvmCodeGen/Base.hs
index ef0ab3b..dda2c9e 100644
--- a/compiler/llvmGen/LlvmCodeGen/Base.hs
+++ b/compiler/llvmGen/LlvmCodeGen/Base.hs
@@ -182,7 +182,7 @@ minSupportLlvmVersion :: LlvmVersion
minSupportLlvmVersion = 28
maxSupportLlvmVersion :: LlvmVersion
-maxSupportLlvmVersion = 33
+maxSupportLlvmVersion = 34
-- ----------------------------------------------------------------------------
-- * Environment Handling
More information about the ghc-commits
mailing list