diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-08-15 14:49:57 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-08-16 14:34:47 -0400 |
commit | 71102c8f72e0c5711f2410e449af8cf0b2baa063 (patch) | |
tree | 68df9e903aa98cee1bd89f77cc88b0da8a85da76 | |
parent | 28c60d266c176f6e2c5eac9f3231bfc5fd0f7b23 (diff) | |
download | haskell-71102c8f72e0c5711f2410e449af8cf0b2baa063.tar.gz |
users-guide: Add :ghc-flag: reference
-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, |