You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clang][cas] Remove CASOptions from module context hash
We want to avoid spurious cache misses due to module context hash
including the -fcas-path, -fcas-plugin-path, -fcas-plugin-option
options. These cannot cause collisions since we only have a single CAS
for the dependency scanner, and they cannot collide with non-cas
invocations, because the include-tree and cas-fs-working-dir options are
still present.
rdar://108341513
(cherry picked from commit 64bbbc0)
0 commit comments