Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate LLD for MSVC targets; prepare for other targets #2142

Merged
merged 10 commits into from
Jun 4, 2017

Commits on May 26, 2017

  1. Configuration menu
    Copy the full SHA
    ec1a54a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb0c27c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. Configuration menu
    Copy the full SHA
    ecbfa0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c86ae9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1339c02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9416d33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ede2364 View commit details
    Browse the repository at this point in the history
  6. Integrate LLD for MSVC targets via experimental CMake option LDC_WITH…

    …_LLD
    
    Results in a 7.5% bigger RelWithDebInfo ldc2.exe on Win64 with LLVM 3.9.1.
    
    LLD is currently enforced when building with LDC_WITH_LLD=ON. And LLD
    still doesn't support debuginfo (.pdb) generation for MSVC targets.
    kinke committed May 27, 2017
    Configuration menu
    Copy the full SHA
    00d5f9b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Add experimental -link-internally switch to enable LLD opt-in

    And infer CMake LDC_WITH_LLD automatically based on availability of LLVM
    3.9+ with LLD headers & libs.
    kinke committed May 29, 2017
    Configuration menu
    Copy the full SHA
    9fd7fa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2017

  1. Configuration menu
    Copy the full SHA
    383c2d3 View commit details
    Browse the repository at this point in the history