diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-08-15 14:05:05 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-08-16 14:34:47 -0400 |
commit | 68154a9d3b4f5e84fa50146adb2c2019ec481456 (patch) | |
tree | 80c58f3526ca5d49273402e1756324112959c4dd /docs | |
parent | f6a5524abaf744055e9bec40504c7eae28700537 (diff) | |
download | haskell-68154a9d3b4f5e84fa50146adb2c2019ec481456.tar.gz |
users-guide: Fix reference to dead llvm-version substitution
Fixes #22052.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/phases.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst index fb635531e3..cb45c3a742 100644 --- a/docs/users_guide/phases.rst +++ b/docs/users_guide/phases.rst @@ -614,8 +614,8 @@ Options affecting code generation .. note:: - Note that this GHC release expects an LLVM version in the |llvm-version| - release series. + Note that this GHC release expects an LLVM version between |llvm-version-min| + and |llvm-version-max|. .. ghc-flag:: -fno-code :shortdesc: Omit code generation |