[commit: ghc] master: linker: Split MachO implementation into new source file (f6c47df)
git at git.haskell.org
git at git.haskell.org
Wed Nov 2 20:14:56 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f6c47df34acee1b906146a6e54665192d02d15b6/ghc
>---------------------------------------------------------------
commit f6c47df34acee1b906146a6e54665192d02d15b6
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Wed Nov 2 15:02:25 2016 -0400
linker: Split MachO implementation into new source file
Test Plan: Validate
Reviewers: erikd, austin, simonmar
Reviewed By: simonmar
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2649
>---------------------------------------------------------------
f6c47df34acee1b906146a6e54665192d02d15b6
rts/Linker.c | 1227 +--------------------------------------------------
rts/linker/MachO.c | 1244 ++++++++++++++++++++++++++++++++++++++++++++++++++++
rts/linker/MachO.h | 21 +
3 files changed, 1266 insertions(+), 1226 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 f6c47df34acee1b906146a6e54665192d02d15b6
More information about the ghc-commits
mailing list