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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 4 14:20:01 PDT 2020


MaskRay accepted this revision.
MaskRay added a comment.

Looks great!



================
Comment at: llvm/include/llvm/Support/raw_ostream.h:55
+    OK_FDStream,
+    OK_LastFDStream,
+  };
----------------
OK_LastFDStream is not used and should be deleted


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86913



More information about the llvm-commits mailing list