================
@@ -48,6 +48,10 @@ class CachedFileStream {
return Error::success();
}
+ virtual Error commit(std::unique_ptr<MemoryBuffer> MemBuf) {
+ return Error::success();
----------------
teresajohnson wrote:
ping on this suggestion.
https://github.com/llvm/llvm-project/pull/203971