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

git at git.haskell.org git at git.haskell.org
Wed Oct 26 15:50:15 UTC 2016


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

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

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

commit 488a9ed3440fe882ae043ba7f44fed4e84e679ce
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Wed Oct 26 11:19:01 2016 -0400

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


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

488a9ed3440fe882ae043ba7f44fed4e84e679ce
 rts/Linker.c             | 658 +---------------------------------------------
 rts/LinkerInternals.h    |   7 +
 rts/linker/LoadArchive.c | 661 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 671 insertions(+), 655 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 488a9ed3440fe882ae043ba7f44fed4e84e679ce


More information about the ghc-commits mailing list