[PATCH] D86913: Add raw_fd_stream that supports reading/seeking/writing

stephan.yichao.zhao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 00:25:59 PDT 2020


stephan.yichao.zhao created this revision.
stephan.yichao.zhao added reviewers: MaskRay, JDevlieghere, jhenderson.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
stephan.yichao.zhao requested review of this revision.

This is used by https://reviews.llvm.org/D86905 to support bitcode writer's incremental flush.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86913

Files:
  llvm/include/llvm/Support/raw_ostream.h
  llvm/lib/Support/raw_ostream.cpp
  llvm/unittests/Support/raw_fd_stream_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86913.289086.patch
Type: text/x-patch
Size: 7811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200901/3b10ab73/attachment.bin>


More information about the llvm-commits mailing list