Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
257165b4
Commit
257165b4
authored
Jun 14, 2019
by
Alp Mestanogullari
Committed by
Marge Bot
Jun 14, 2019
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicates from 'ghc --info' output
parent
5c97211c
Pipeline
#7172
failed with stages
in 826 minutes and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
compiler/main/DynFlags.hs
compiler/main/DynFlags.hs
+0
-5
No files found.
compiler/main/DynFlags.hs
View file @
257165b4
...
...
@@ -5664,10 +5664,6 @@ compilerInfo dflags
(
"Have interpreter"
,
showBool
$
platformMisc_ghcWithInterpreter
$
platformMisc
dflags
),
(
"Object splitting supported"
,
showBool
False
),
(
"Have native code generator"
,
showBool
$
platformMisc_ghcWithNativeCodeGen
$
platformMisc
dflags
),
(
"Support SMP"
,
showBool
$
platformMisc_ghcWithSMP
$
platformMisc
dflags
),
(
"Tables next to code"
,
showBool
$
platformMisc_tablesNextToCode
$
platformMisc
dflags
),
(
"RTS ways"
,
platformMisc_ghcRTSWays
$
platformMisc
dflags
),
(
"RTS expects libdw"
,
showBool
$
platformMisc_ghcRtsWithLibdw
$
platformMisc
dflags
),
-- Whether or not we support @-dynamic-too@
(
"Support dynamic-too"
,
showBool
$
not
isWindows
),
-- Whether or not we support the @-j@ flag with @--make@.
...
...
@@ -5694,7 +5690,6 @@ compilerInfo dflags
(
"GHC Dynamic"
,
showBool
dynamicGhc
),
-- Whether or not GHC was compiled using -prof
(
"GHC Profiled"
,
showBool
rtsIsProfiled
),
(
"Leading underscore"
,
showBool
$
platformMisc_leadingUnderscore
$
platformMisc
dflags
),
(
"Debug on"
,
show
debugIsOn
),
(
"LibDir"
,
topDir
dflags
),
-- The path of the global package database used by GHC
...
...
Marge Bot
💬
@marge-bot
mentioned in merge request
!1196 (closed)
·
Jun 15, 2019
mentioned in merge request
!1196 (closed)
mentioned in merge request !1196
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment