Closed
Description
The typical example is a command line like:
clang -install_name @executable_path/foo.dylib
While that also ends up being a linkage command, and thus won't be cached anyways, sccache shouldn't even try to consider @executable_path/foo.dylib
as a @file.
The current behavior results in log noise like:
DEBUG:sccache::compiler::gcc: failed to read @-file
/home/worker/workspace/build/src/obj-firefox/memory/replace/logalloc/executable_path/liblogalloc.dylib: No such file or directory (os error 2)
Metadata
Metadata
Assignees
Labels
No labels