Unverified Commit 36b37c77 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis Committed by GitHub
Browse files

[DependencyScanningFilesystem] Make sure the local/shared cache filename...

[DependencyScanningFilesystem] Make sure the local/shared cache filename 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.
parent ab94fbba
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment