[PATCH] D136651: [Clang] Give Clang the ability to use a shared stat cache

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 13:24:25 PDT 2022


steven_wu added a comment.

> Yes, we can. I pondered doing it in the original patch but didn't see a reason this would evolve in the future. Of course, I can't predict the future, so maybe a version field is the safe approach.

I think a version number should be good enough for now. For the portability, it is probably not too big a concern. We can add that in future versions if it is needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136651



More information about the llvm-commits mailing list