Fix: #12084 deprecate old profiling flags
Change help message so it doesn't specify -auto-all. Make old profiling flags deprecated as they are no longer documented. Update Makefile and documentation accordingly. Update release notes for ghc 8.2 Test Plan: ./verify; `ghc --help` shouldn't specify the -auto-all flag. Furthermore `ghc -fprof -auto-all` should emit a warning Reviewed By: thomie, austin Differential Revision: https://phabricator.haskell.org/D2257 GHC Trac Issues: #12084 Update submodule nofib
Showing
- compiler/main/DynFlags.hs 18 additions, 12 deletionscompiler/main/DynFlags.hs
- compiler/profiling/NOTES 4 additions, 2 deletionscompiler/profiling/NOTES
- docs/storage-mgt/rp.tex 3 additions, 3 deletionsdocs/storage-mgt/rp.tex
- docs/users_guide/8.2.1-notes.rst 4 additions, 0 deletionsdocs/users_guide/8.2.1-notes.rst
- docs/users_guide/separate_compilation.rst 1 addition, 1 deletiondocs/users_guide/separate_compilation.rst
- driver/ghc-usage.txt 1 addition, 1 deletiondriver/ghc-usage.txt
- nofib 1 addition, 1 deletionnofib
- testsuite/config/ghc 11 additions, 11 deletionstestsuite/config/ghc
- testsuite/tests/profiling/should_compile/all.T 3 additions, 3 deletionstestsuite/tests/profiling/should_compile/all.T
- testsuite/tests/profiling/should_fail/all.T 1 addition, 1 deletiontestsuite/tests/profiling/should_fail/all.T
- testsuite/tests/profiling/should_run/Makefile 1 addition, 1 deletiontestsuite/tests/profiling/should_run/Makefile
- testsuite/tests/profiling/should_run/all.T 1 addition, 1 deletiontestsuite/tests/profiling/should_run/all.T
- testsuite/tests/stranal/should_compile/all.T 1 addition, 1 deletiontestsuite/tests/stranal/should_compile/all.T
- testsuite/tests/stranal/should_compile/newtype.hs 1 addition, 1 deletiontestsuite/tests/stranal/should_compile/newtype.hs
- testsuite/tests/th/Makefile 2 additions, 2 deletionstestsuite/tests/th/Makefile
Loading
Please register or sign in to comment