[PATCH] D111371: [Support][ThinLTO] Move ThinLTO caching to LLVM Support library.

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 7 18:47:33 PDT 2021


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



More information about the llvm-commits mailing list