diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-08-12 14:07:34 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-11-21 01:13:26 -0500 |
commit | 53ad67eacacde8fde452f1a323d5886183375182 (patch) | |
tree | 8ebf2d25bc3eeff839f05ad578133a51cd7fddf8 /testsuite/tests/parser/should_run | |
parent | 56804e33a05729f5a5340d3680ae2849e30a9e86 (diff) | |
download | haskell-53ad67eacacde8fde452f1a323d5886183375182.tar.gz |
Introduce -fprof-callers flag
This introducing a new compiler flag to provide a convenient way to
introduce profiler cost-centers on all occurrences of the named
identifier.
Closes #18566.
Diffstat (limited to 'testsuite/tests/parser/should_run')
-rw-r--r-- | testsuite/tests/parser/should_run/CountParserDeps.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_run/CountParserDeps.stdout b/testsuite/tests/parser/should_run/CountParserDeps.stdout index 9e810ce68c..5fbdf896ee 100644 --- a/testsuite/tests/parser/should_run/CountParserDeps.stdout +++ b/testsuite/tests/parser/should_run/CountParserDeps.stdout @@ -114,8 +114,8 @@ GHC.Parser.PostProcess GHC.Parser.PostProcess.Haddock GHC.Parser.Types GHC.Platform +GHC.Platform.AArch64 GHC.Platform.ARM -GHC.Platform.ARM64 GHC.Platform.Constants GHC.Platform.NoRegs GHC.Platform.PPC |