[commit: ghc] master: Remove dll-split. (5266ab9)

git at git.haskell.org git at git.haskell.org
Tue Aug 29 18:01:30 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5266ab9059dffa741b172636f50f1fbfd491dbb4/ghc

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

commit 5266ab9059dffa741b172636f50f1fbfd491dbb4
Author: Tamar Christina <tamar at zhox.com>
Date:   Mon Aug 28 12:29:48 2017 -0400

    Remove dll-split.
    
    This patch removes dll-split from the code base, the reason is dll-split
    no longer makes any sense. It was designed to split a dll in two, but we
    now already have many more symbols than would fit inside two dlls. So we
    need a third one. This means there's no point in having to maintain this
    list as it'll never work anyway and the solution isn't scalable.
    
    Test Plan: ./validate
    
    Reviewers: austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: rwbarton, thomie, #ghc_windows_task_force
    
    GHC Trac Issues: #5987
    
    Differential Revision: https://phabricator.haskell.org/D3882


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

5266ab9059dffa741b172636f50f1fbfd491dbb4
 compiler/ghc.mk                 | 148 ----------------------------------------
 compiler/main/DynFlags.hs       |  34 +--------
 compiler/main/Hooks.hs          |   2 -
 compiler/main/Packages.hs       |  24 ++++---
 ghc.mk                          |   1 -
 rules/build-package-data.mk     |   2 +-
 rules/build-package-way.mk      |  43 +-----------
 rules/distdir-way-opts.mk       |   8 ---
 utils/dll-split/Main.hs         |  82 ----------------------
 utils/dll-split/dll-split.cabal |  28 --------
 utils/dll-split/ghc.mk          |  23 -------
 utils/ghc-cabal/Main.hs         |  39 ++---------
 12 files changed, 27 insertions(+), 407 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 5266ab9059dffa741b172636f50f1fbfd491dbb4


More information about the ghc-commits mailing list