[pkg-d-commits] [ldc] 70/74: Merge pull request #2142 from kinke/archiver

Matthias Klumpp mak at moszumanska.debian.org
Thu Jul 13 20:54:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.3.0-beta2
in repository ldc.

commit 20084000b0eeb599f64527c0536fe606dca145c8
Merge: e659db6 383c2d3
Author: kinke <kinke at users.noreply.github.com>
Date:   Sun Jun 4 04:02:22 2017 +0200

    Merge pull request #2142 from kinke/archiver
    
    Integrate LLD for MSVC targets; prepare for other targets

 CMakeLists.txt         |  37 ++-
 ddmd/mars.d            |   3 +-
 driver/archiver.cpp    | 140 ++++++++--
 driver/archiver.h      |  20 +-
 driver/linker-gcc.cpp  | 445 ++++++++++++++++++++++++++++++++
 driver/linker-msvc.cpp | 184 ++++++++++++++
 driver/linker.cpp      | 675 +++----------------------------------------------
 driver/linker.h        |   6 -
 driver/main.cpp        |   4 +-
 driver/tool.cpp        |  55 ++--
 driver/tool.h          |   6 +
 gen/asmstmt.cpp        |   3 +-
 gen/dibuilder.cpp      |   8 +-
 gen/inlineir.cpp       |   7 +-
 gen/llvmhelpers.cpp    |   5 +-
 gen/mangling.cpp       |   4 +-
 gen/modules.cpp        |   1 +
 gen/statements.cpp     |   2 +-
 gen/toconstelem.cpp    |   8 +-
 gen/toir.cpp           |  14 +-
 gen/typinf.cpp         |   3 +-
 21 files changed, 892 insertions(+), 738 deletions(-)


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list