llvm::CachedFileStream::commit

Must be called exactly once after the writes to OS have been completed but before the CachedFileStream object is destroyed.

Synopsis

Declared in <llvm/Support/Caching.h>

virtual
Error
commit();

Return Value

Success, or an error if commit was already called.