summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-07-30 10:36:43 -0400
committerBen Gamari <ben@smart-cactus.org>2020-07-30 10:48:10 -0400
commit274989ffa5baf5873150bb843d614321846cae06 (patch)
tree88cde3f63cc854b32bcde811414bd5664e9d4544
parentf34695e98bf0af4a109bccfd1bd493c44ae59bca (diff)
downloadhaskell-274989ffa5baf5873150bb843d614321846cae06.tar.gz
users-guide: Mention LLVM version requirement
-rw-r--r--docs/users_guide/8.10.2-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/8.10.2-notes.rst b/docs/users_guide/8.10.2-notes.rst
index b6743542f9..ca5b7ef070 100644
--- a/docs/users_guide/8.10.2-notes.rst
+++ b/docs/users_guide/8.10.2-notes.rst
@@ -6,6 +6,8 @@ Release notes for version 8.10.2
The significant changes to the various parts of the compiler are listed in the
following sections.
+Like previous releases in the 8.10 series, the :ghc-flag:`LLVM backend <-fllvm>`
+of this release is to be used with LLVM 9.
Highlights
----------