[commit: ghc] wip/nfs-locking: Add CompilerMode to Cc and Ghc builders. (897ba61)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:25:25 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/897ba61daec64836092aa46fe097743013cd7bc5/ghc

>---------------------------------------------------------------

commit 897ba61daec64836092aa46fe097743013cd7bc5
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Fri Apr 15 02:23:37 2016 +0100

    Add CompilerMode to Cc and Ghc builders.
    
    See #223.


>---------------------------------------------------------------

897ba61daec64836092aa46fe097743013cd7bc5
 src/Builder.hs                           | 80 ++++++++++++++++----------------
 src/Predicates.hs                        | 13 ++++--
 src/Rules/Compile.hs                     | 10 ++--
 src/Rules/Dependencies.hs                |  5 +-
 src/Rules/Gmp.hs                         |  2 +-
 src/Rules/Libffi.hs                      |  4 +-
 src/Rules/Program.hs                     |  3 +-
 src/Rules/Test.hs                        |  4 +-
 src/Settings/Args.hs                     |  1 -
 src/Settings/Builders/Cc.hs              | 38 +++++++--------
 src/Settings/Builders/DeriveConstants.hs |  2 +-
 src/Settings/Builders/Ghc.hs             |  4 +-
 src/Settings/Builders/GhcCabal.hs        | 10 ++--
 src/Settings/Builders/Hsc2Hs.hs          |  2 +-
 src/Settings/Packages/Directory.hs       |  4 +-
 15 files changed, 95 insertions(+), 87 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 897ba61daec64836092aa46fe097743013cd7bc5


More information about the ghc-commits mailing list