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

Fix linker cmdline length limitation via response files #3536

Merged
merged 2 commits into from
Aug 11, 2020

Commits on Aug 7, 2020

  1. Windows hosts: Fix linker cmdline length limitation via response files

    Fixes ldc-developers#3535 and an issue for ldmd2 wrt. unquoted args containing spaces
    in response files for ldc2 (uncovered during manual tests). Also create
    the temporary response files in the temp directory, not in the current
    working dir.
    kinke committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    5194181 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Refactor response file stuff shared by ldmd and ldc

    By hiding the common functionality behind args::executeAndWait().
    
    Also make sure to properly escape quoted args in response files.
    kinke committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    1f063d4 View commit details
    Browse the repository at this point in the history