[Git][ghc/ghc][master] Fix -fkeep-cafs flag name in users guide
Marge Bot
gitlab at gitlab.haskell.org
Wed Jun 10 07:42:00 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
87102928 by Ömer Sinan Ağacan at 2020-06-10T03:41:50-04:00
Fix -fkeep-cafs flag name in users guide
- - - - -
2 changed files:
- docs/users_guide/expected-undocumented-flags.txt
- docs/users_guide/phases.rst
Changes:
=====================================
docs/users_guide/expected-undocumented-flags.txt
=====================================
@@ -101,7 +101,6 @@
-fimplicit-params
-fimplicit-prelude
-firrefutable-tuples
--fkeep-cafs
-fkill-absence
-fkill-one-shot
-fmax-errors
=====================================
docs/users_guide/phases.rst
=====================================
@@ -1174,7 +1174,7 @@ for example).
Also, you may need to use the :ghc-flag:`-rdynamic` flag to ensure that
that symbols are not dropped from your PIE objects.
-.. ghc-flag:: -keep-cafs
+.. ghc-flag:: -fkeep-cafs
:shortdesc: Do not garbage-collect CAFs (top-level expressions) at runtime
:type: dynamic
:category: linking
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/87102928cce33d9029ca4cc449dde6efc802b8ec
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/87102928cce33d9029ca4cc449dde6efc802b8ec
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200610/ce6b060d/attachment-0001.html>
More information about the ghc-commits
mailing list