noajshu added a comment.

@MaskRay Thank you for pointing this out. I just added this!
The use case is a Debuginfod client <https://reviews.llvm.org/D111252> 
implementation.
The `AssetCache` in the debuginfod client revision will be replaced by the 
localCache that was implemented for ThinLTO, after this revision to move the 
caching to Support. 
ThinLTO's caching code has advantages over our own, such as the tweaks for 
Windows compatibility (example) 
<https://github.com/llvm/llvm-project/blob/main/llvm/lib/LTO/Caching.cpp#L61>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111371/new/

https://reviews.llvm.org/D111371

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to