Introduce -dsuppress-stg-free-vars flag
This breaks out control over STG free variable list output from -dppr-debug into its own distinct flag. This makes it more discoverable and easier to change independently from other dump output. Test Plan: Validate Reviewers: austin Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4140
Showing
- compiler/main/DynFlags.hs 3 additions, 0 deletionscompiler/main/DynFlags.hs
- compiler/stgSyn/StgSyn.hs 6 additions, 3 deletionscompiler/stgSyn/StgSyn.hs
- docs/users_guide/debugging.rst 12 additions, 0 deletionsdocs/users_guide/debugging.rst
- testsuite/tests/simplCore/should_compile/noinline01.stderr 4 additions, 4 deletionstestsuite/tests/simplCore/should_compile/noinline01.stderr
Loading
Please register or sign in to comment