[PATCH] D24622: LTO: Simplify caching interface.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 16:28:08 PDT 2016


pcc added a comment.

> The class CacheObjectOutput is just a possible implementation in-tree for convenience, but just subclassing the NativeObjectOutput for any other custom cache implementation is quite simple. This is not clear to me what you mean then.


My point is that caching should be orthogonal to streaming native files, i.e. the code in the client that streams native files shouldn't have anything to do with caching.


https://reviews.llvm.org/D24622





More information about the llvm-commits mailing list