summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-08-15 14:49:57 -0400
committerBen Gamari <ben@smart-cactus.org>2022-08-20 12:07:08 -0400
commited1f88eb7e0a1d3cc3824b62e4cbf5b6c5283803 (patch)
tree98ff897c5e2b07c897d75d10464010a98e00886b
parent8e6b979cf69b2c4f000806f40ca00e528acec615 (diff)
downloadhaskell-ed1f88eb7e0a1d3cc3824b62e4cbf5b6c5283803.tar.gz
users-guide: Add :ghc-flag: reference
(cherry picked from commit 14853adf9571c9fe57d70456a4e8470299a81b8e)
-rw-r--r--docs/users_guide/phases.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/phases.rst b/docs/users_guide/phases.rst
index 222ea7170f..8970c9b32e 100644
--- a/docs/users_guide/phases.rst
+++ b/docs/users_guide/phases.rst
@@ -474,7 +474,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,