Skip to content

[6.2] Added support for expanding response files in clang_Driver_getExternalActionsForCommand_v0.#10487

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:swift/release/6.2
Choose a base branch
from

Conversation

cwakamo
Copy link

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 resolvesswiftlang#10441.
@cwakamocwakamo requested a review from BigcheeseApril 13, 2025 00:25
@cwakamocwakamo self-assigned this Apr 13, 2025
@cwakamocwakamo requested a review from a team as a code ownerApril 13, 2025 00:25
@cwakamo
Copy link
Author

@swift-ci Please test

@cwakamo
Copy link
Author

@swift-ci Please test Linux platform

@cwakamo
Copy link
Author

@swift-ci Please test llvm

@cwakamo
Copy link
Author

@swift-ci Please test llvm Linux platform

2 similar comments
@cwakamo
Copy link
Author

@swift-ci Please test llvm Linux platform

@cwakamo
Copy link
Author

@swift-ci Please test llvm Linux platform

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
@cwakamo
close