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
[ThinLTO] Don't try to replay cache if no hash was computed
There are certain cases where an bitcode arrives in ThinLTOCodeGenerator
and it lacks information to compute a cache key for incremental builds.
In those cases, don't try to replay the output object file from an
non-existing location.
rdar://106432595
0 commit comments