diff options
-rw-r--r-- | docs/users_guide/phases.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst index cb45c3a742..052a24537f 100644 --- a/docs/users_guide/phases.rst +++ b/docs/users_guide/phases.rst @@ -467,7 +467,7 @@ defined by your local GHC installation, the following trick is useful: .. index:: single: __GLASGOW_HASKELL_LLVM__ - Only defined when ``-fllvm`` is specified. When GHC is using version + Only defined when `:ghc-flag:`-fllvm` is specified. When GHC is using version ``x.y.z`` of LLVM, the value of ``__GLASGOW_HASKELL_LLVM__`` is the integer ⟨xyy⟩ (if ⟨y⟩ is a single digit, then a leading zero is added, so for example when using version 3.7 of LLVM, |