Skip to content

[stable][clang][cas] Ignore the -fdepfile-entry= dependency option when calculating the cache key #5282

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

Conversation

akyrtzi
Copy link

@akyrtzi akyrtzi commented Sep 13, 2022

-fdepfile-entry= is a dependency option that can be treated as "transparent", not affecting the cached compilation. The passed-in filenames are added at the point where the dependency file is generated and are not read from the file system.

rdar://99683427
(cherry picked from commit dde9a72)

…culating the cache key

`-fdepfile-entry=` is a dependency option that can be treated as "transparent", not affecting the
cached compilation. The passed-in filenames are added at the point where the dependency file is generated
and are not read from the file system.

rdar://99683427
(cherry picked from commit dde9a72)
@akyrtzi
Copy link
Author

akyrtzi commented Sep 13, 2022

@swift-ci Please test

@akyrtzi akyrtzi merged commit 2590182 into swiftlang:stable/20220421 Sep 14, 2022
@akyrtzi akyrtzi deleted the pr/stable/remove-depfile-entry-from-key branch September 14, 2022 06:58
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.

1 participant