diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2015-12-28 15:14:18 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-29 14:13:34 +0100 |
commit | af92ef3eb9e70e59dfdc81cdb88f527c2eb82399 (patch) | |
tree | 22af68afc201a0317dfa9a217b6cbd5be98cda18 /ghc/Main.hs | |
parent | 7fef7fe926695aa099444e1d95357a0b108c7b5d (diff) | |
download | haskell-af92ef3eb9e70e59dfdc81cdb88f527c2eb82399.tar.gz |
ghc/Main: Update list of --print modes
Test Plan: Validate
Reviewers: austin, hvr
Reviewed By: hvr
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1712
GHC Trac Issues: #9614
Diffstat (limited to 'ghc/Main.hs')
-rw-r--r-- | ghc/Main.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs index a47678b30b..31a9b914b6 100644 --- a/ghc/Main.hs +++ b/ghc/Main.hs @@ -598,8 +598,8 @@ mode_flags = "LibDir", "Global Package DB", "C compiler flags", - "Gcc Linker flags", - "Ld Linker flags"], + "C compiler link flags", + "ld flags"], let k' = "-print-" ++ map (replaceSpace . toLower) k replaceSpace ' ' = '-' replaceSpace c = c |