[commit: ghc] master: rts/linker: Move loadArchive to new source file (aa10c67)

git at git.haskell.org git at git.haskell.org
Fri Nov 11 04:51:01 UTC 2016


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

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

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

commit aa10c67ec5b9cea9d89ecac88f3a22ec873439c2
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Thu Nov 10 15:21:38 2016 -0500

    rts/linker: Move loadArchive to new source file
    
    Test Plan: Validate
    
    Reviewers: DemiMarie, austin, simonmar, erikd
    
    Reviewed By: DemiMarie
    
    Subscribers: Phyx, thomie, hvr
    
    Differential Revision: https://phabricator.haskell.org/D2642
    
    GHC Trac Issues: #12388


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

aa10c67ec5b9cea9d89ecac88f3a22ec873439c2
 rts/Linker.c             | 529 +---------------------------------------------
 rts/LinkerInternals.h    |  32 +++
 rts/linker/LoadArchive.c | 532 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 567 insertions(+), 526 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 aa10c67ec5b9cea9d89ecac88f3a22ec873439c2


More information about the ghc-commits mailing list