[commit: ghc] master: ghc/Main: Update list of --print modes (af92ef3)
git at git.haskell.org
git at git.haskell.org
Tue Dec 29 13:12:43 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/af92ef3eb9e70e59dfdc81cdb88f527c2eb82399/ghc
>---------------------------------------------------------------
commit af92ef3eb9e70e59dfdc81cdb88f527c2eb82399
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Mon Dec 28 15:14:18 2015 +0100
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
>---------------------------------------------------------------
af92ef3eb9e70e59dfdc81cdb88f527c2eb82399
ghc/Main.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ghc/Main.hs b/ghc/Main.hs
index a47678b..31a9b91 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
More information about the ghc-commits
mailing list