summaryrefslogtreecommitdiff
path: root/compiler/llvmGen
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2013-01-18 17:22:09 -0800
committerDavid Terei <davidterei@gmail.com>2013-01-18 17:22:09 -0800
commitfb93d791c341c1e6616d1ba363bf68c138978dc2 (patch)
tree2c6b1331ce7d54d1a1d4ca9013a471e8bc43818d /compiler/llvmGen
parent2c12b912949883a8fc39b929173fb0409d5878e3 (diff)
downloadhaskell-fb93d791c341c1e6616d1ba363bf68c138978dc2.tar.gz
Up supported LLVM version to 3.3.
Actual support is in progress but we will accept bugs against these version. LLVM 3.2 seems in good shape at this point anyway.
Diffstat (limited to 'compiler/llvmGen')
-rw-r--r--compiler/llvmGen/LlvmCodeGen/Base.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/llvmGen/LlvmCodeGen/Base.hs b/compiler/llvmGen/LlvmCodeGen/Base.hs
index 56537d2ae2..45f20d7f7f 100644
--- a/compiler/llvmGen/LlvmCodeGen/Base.hs
+++ b/compiler/llvmGen/LlvmCodeGen/Base.hs
@@ -164,7 +164,7 @@ minSupportLlvmVersion :: LlvmVersion
minSupportLlvmVersion = 28
maxSupportLlvmVersion :: LlvmVersion
-maxSupportLlvmVersion = 31
+maxSupportLlvmVersion = 33
-- ----------------------------------------------------------------------------
-- * Environment Handling