This revision was automatically updated to reflect the committed changes.
Closed by commit rGd788c44f5cdd: [Support] Improve Caching conformance with
Support library behavior (authored by noajshu, committed by phosek).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://rev
noajshu updated this revision to Diff 384592.
noajshu added a comment.
Rebase against main.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113080/new/
https://reviews.llvm.org/D113080
Files:
clang/lib/CodeGen/BackendUtil.cpp
lld/COFF/LTO.cpp
lattner accepted this revision.
lattner added a comment.
This revision is now accepted and ready to land.
nice, thank you for improving this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113080/new/
https://reviews.llvm.org/D113080
__
noajshu updated this revision to Diff 384545.
noajshu added a comment.
Improve error handling in Caching support library.
Most of the functions now return Expected<>, except for the non-trivial
destructor of CacheStream.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https:/
noajshu created this revision.
Herald added subscribers: ormris, dexonsmith, steven_wu, hiraditya,
arichardson, sbc100, emaste.
Herald added a reviewer: MaskRay.
Herald added a reviewer: gkm.
Herald added a project: lld-macho.
Herald added a reviewer: lld-macho.
noajshu requested review of this re