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
Showing
- compiler/ghc.mk 0 additions, 148 deletionscompiler/ghc.mk
- compiler/main/DynFlags.hs 3 additions, 31 deletionscompiler/main/DynFlags.hs
- compiler/main/Hooks.hs 0 additions, 2 deletionscompiler/main/Hooks.hs
- compiler/main/Packages.hs 14 additions, 10 deletionscompiler/main/Packages.hs
- ghc.mk 0 additions, 1 deletionghc.mk
- rules/build-package-data.mk 1 addition, 1 deletionrules/build-package-data.mk
- rules/build-package-way.mk 3 additions, 40 deletionsrules/build-package-way.mk
- rules/distdir-way-opts.mk 0 additions, 8 deletionsrules/distdir-way-opts.mk
- utils/dll-split/Main.hs 0 additions, 82 deletionsutils/dll-split/Main.hs
- utils/dll-split/dll-split.cabal 0 additions, 28 deletionsutils/dll-split/dll-split.cabal
- utils/dll-split/ghc.mk 0 additions, 23 deletionsutils/dll-split/ghc.mk
- utils/ghc-cabal/Main.hs 6 additions, 33 deletionsutils/ghc-cabal/Main.hs
Loading
Please register or sign in to comment