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
[CAS] Improve error message when module cache key is missing
When a module cache key is missing, emit better diagnostics that
* It is clear it is a cache key missing, so a potential dependency
missing, not a CAS error
* For other compiler consumers, like a swift compiler that uses a
different cache key schema than the clang include tree, it is possible
that a detailed cache key cannot be printed. Don't emit extra schema
mismatch message that can confuse the users
rdar://149707188
(cherry picked from commit a6aa93c)
0 commit comments