From 014cb8e36dbca973ff93c28b80d4b07baae00ce0 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Tue, 23 Mar 2021 20:44:49 -0400 Subject: [PATCH] users guide: Note LLVM version requirement in release notes --- docs/users_guide/9.2.1-notes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/users_guide/9.2.1-notes.rst b/docs/users_guide/9.2.1-notes.rst index bbd36c1dc37f..dfe94c82f88e 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 ~~~~~~~~ -- GitLab