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

Conversation

kinke
Copy link
Member

@kinke kinke commented Aug 7, 2020

Fixes #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.

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 kinke force-pushed the fix3535 branch 2 times, most recently from 0a39c0d to c775ede Compare August 8, 2020 22:59
By hiding the common functionality behind args::executeAndWait().

Also make sure to properly escape quoted args in response files.
@kinke kinke changed the title Windows hosts: Fix linker cmdline length limitation via response files Fix linker cmdline length limitation via response files Aug 11, 2020
@kinke kinke merged commit 3f1a3e6 into ldc-developers:master Aug 11, 2020
@kinke kinke deleted the fix3535 branch August 11, 2020 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use a command file for linker arguments
1 participant