mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #77934 from cachemeifyoucan/eng/PR-140822432
[Caching] Downgrade output loading error to a warning
This commit is contained in:
@@ -226,7 +226,8 @@ bool replayCachedCompilerOutputs(
|
||||
OutputEntry{OutputPath->second, OutID, Kind, Input, *Proxy});
|
||||
return Error::success();
|
||||
})) {
|
||||
Diag.diagnose(SourceLoc(), diag::error_cas, toString(std::move(Err)));
|
||||
Diag.diagnose(SourceLoc(), diag::cache_replay_failed,
|
||||
toString(std::move(Err)));
|
||||
return lookupFailed();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user