Skip to content
Snippets Groups Projects
Commit ddd2591c authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

Update supported LLVM versions

Pull forward minimum version to match 9.2.

(cherry picked from commit c26faa54)
parent 445d3657
No related branches found
No related tags found
No related merge requests found
......@@ -555,7 +555,7 @@ AC_SUBST(InstallNameToolCmd)
# 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.
LlvmMinVersion=9 # inclusive
LlvmMinVersion=10 # inclusive
LlvmMaxVersion=14 # not inclusive
AC_SUBST([LlvmMinVersion])
AC_SUBST([LlvmMaxVersion])
......
......@@ -3,6 +3,12 @@
Version 9.4.1
==============
The significant changes to the various parts of the compiler are listed in the
following sections.
The :ghc-flag:`LLVM backend <-fllvm>` of this release is to be used with LLVM
10, 11, 12, or 13.
Language
~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment