Skip to content

PR for llvm/llvm-project#67510 #710

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
Sep 29, 2023
Merged

PR for llvm/llvm-project#67510 #710

merged 1 commit into from
Sep 29, 2023

Conversation

llvmbot
Copy link
Member

@llvmbot llvmbot commented Sep 27, 2023

…ame lookups use only absolute paths (#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 36b37c775c285bbff9b57630e7ea9d00b918cc91)
@akyrtzi
Copy link
Contributor

akyrtzi commented Sep 27, 2023

Hi @tru, what do I need to do to get this merged? (sorry for the ping but it's my first time trying to backport a fix and I'm not sure I did all things correctly).

@tru
Copy link
Contributor

tru commented Sep 28, 2023

@jansvoboda11 should this be merged to 17.x?

@jansvoboda11
Copy link
Contributor

Yes, it would be good to have this fix in the release.

@tru tru merged commit e718f32 into release/17.x Sep 29, 2023
@tru tru deleted the llvm-issue67510 branch September 29, 2023 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[clang-scan-deps] DependencyScanningFilesystem caches relative filename lookups
4 participants