Skip to content

[Dependency Scanning] Setting Default Clang Optimize Args Option to All #79919

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

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

qiongsiwu
Copy link
Contributor

llvm/llvm-project#129809 turned off current working directory (CWD) optimization for clang dependency scanning, because clang needs to coordinate with the build system to safely optimize the CWD. Swift can already handle the CWDs. This PR turns the CWD optimization on for Swift.

@qiongsiwu
Copy link
Contributor Author

Note to reviewers:

Before llvm/llvm-project#129809 actually lands in Swift, this PR is a no-op. It should lead to no observable behavior changes (e.g. test failures) when llvm/llvm-project#129809 lands.

@qiongsiwu
Copy link
Contributor Author

@swift-ci please smoke test

@qiongsiwu qiongsiwu merged commit 4ba8012 into swiftlang:main Mar 12, 2025
3 checks passed
@qiongsiwu qiongsiwu deleted the eng_145860213 branch March 12, 2025 15:39
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.

2 participants