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

[DependencyScanningFilesystem] Make sure the local/shared cache filename lookups use only absolute paths (#66122) #7525

Conversation

akyrtzi
Copy link

@akyrtzi akyrtzi commented Sep 27, 2023

Previously a relative path would be used as a key for cache lookup and if the same relative path was used from another compiler invocation with a different working directory then the first cache entry was erroneously returned.

(cherry picked from commit 36b37c7)

…ame lookups use only absolute paths (llvm#66122)

Previously a relative path would be used as a key for cache lookup and
if the same relative path was used from another compiler invocation with
a different working directory then the first cache entry was erroneously
returned.

(cherry picked from commit 36b37c7)
@akyrtzi
Copy link
Author

akyrtzi commented Sep 27, 2023

@swift-ci Please test

@akyrtzi akyrtzi merged commit 5641077 into swiftlang:swift/release/5.10 Sep 27, 2023
@akyrtzi akyrtzi deleted the akyrtzi/stable-depscan-relative-path-fix branch September 27, 2023 14:55
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