Skip to content

Added support for expanding response files in clang_Driver_getExternalActionsForCommand_v0 #10486

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

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

cwakamo
Copy link

@cwakamo cwakamo commented Apr 13, 2025

This is necessary because build systems like SwiftBuild may pass arguments to the Clang driver via response files. Without this, the response files are treated as inputs and passed along to the external actions themselves, which is incorrect.

This resolves #10441.

…lActionsForCommand_v0.

This is necessary because build systems like SwiftBuild may pass arguments to the Clang driver via response files.
Without this, the response files are treated as inputs and passed along to the external actions themselves, which is incorrect.

This resolves swiftlang#10441.
@cwakamo cwakamo self-assigned this Apr 13, 2025
@cwakamo cwakamo requested a review from Bigcheese April 13, 2025 00:18
@cwakamo
Copy link
Author

cwakamo commented Apr 13, 2025

@swift-ci Please test

@cwakamo
Copy link
Author

cwakamo commented Apr 14, 2025

@swift-ci Please test llvm

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.

clang_Driver_getExternalActionsForCommand_v0 does not expand response files
1 participant