summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-03-23 20:44:49 -0400
committerBen Gamari <ben@smart-cactus.org>2021-03-23 20:44:49 -0400
commit014cb8e36dbca973ff93c28b80d4b07baae00ce0 (patch)
tree8a7eaf9805ec2fc87ee3dcaa3c6380ab4f88acd5
parent97aa6aea6f9629704fd71eb78312837958c99e63 (diff)
downloadhaskell-ghc-9.3-start.tar.gz
users guide: Note LLVM version requirement in release notesghc-9.3-start
-rw-r--r--docs/users_guide/9.2.1-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/9.2.1-notes.rst b/docs/users_guide/9.2.1-notes.rst
index bbd36c1dc3..dfe94c82f8 100644
--- a/docs/users_guide/9.2.1-notes.rst
+++ b/docs/users_guide/9.2.1-notes.rst
@@ -3,6 +3,12 @@
Version 9.2.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 or 11.
+
Language
~~~~~~~~