summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Flags.hs
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2021-12-23 15:46:18 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-10 04:35:35 -0500
commit48f257151f30f6b4d2f8b1a6ea4185ccd00ebd95 (patch)
treec440e41d67f5c4d2f62deaed0b9dbb6991e06338 /compiler/GHC/Driver/Flags.hs
parentac2d18a7353cd3ac1ba4b5993f2776fe0c5eedc9 (diff)
downloadhaskell-48f257151f30f6b4d2f8b1a6ea4185ccd00ebd95.tar.gz
Add late cost centre support
This allows cost centres to be inserted after the core optimization pipeline has run.
Diffstat (limited to 'compiler/GHC/Driver/Flags.hs')
-rw-r--r--compiler/GHC/Driver/Flags.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Driver/Flags.hs b/compiler/GHC/Driver/Flags.hs
index b8a82656e8..e95b181743 100644
--- a/compiler/GHC/Driver/Flags.hs
+++ b/compiler/GHC/Driver/Flags.hs
@@ -245,6 +245,7 @@ data GeneralFlag
-- profiling opts
| Opt_AutoSccsOnIndividualCafs
| Opt_ProfCountEntries
+ | Opt_ProfLateCcs
-- misc opts
| Opt_Pp