summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-03-18 16:37:25 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-05-06 04:43:21 -0400
commitcab1871ab93feeacf2bf9a1c65b1c919ca9c5399 (patch)
tree1c8c7a535ca81d9f8ef26532425ff746b305cc13 /compiler/GHC/Driver
parenta95e7fe02efd2fdeec91ba46de64bc78c81381eb (diff)
downloadhaskell-cab1871ab93feeacf2bf9a1c65b1c919ca9c5399.tar.gz
Move LeadingUnderscore into Platform (#17957)
Avoid direct use of DynFlags to know if symbols must be prefixed by an underscore.
Diffstat (limited to 'compiler/GHC/Driver')
-rw-r--r--compiler/GHC/Driver/Session.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Session.hs b/compiler/GHC/Driver/Session.hs
index 0b76ce47e3..ac099a61dd 100644
--- a/compiler/GHC/Driver/Session.hs
+++ b/compiler/GHC/Driver/Session.hs
@@ -135,7 +135,6 @@ module GHC.Driver.Session (
sGhcWithSMP,
sGhcRTSWays,
sTablesNextToCode,
- sLeadingUnderscore,
sLibFFI,
sGhcThreaded,
sGhcDebugged,