[PATCH] D65096: Add seek support into llvm::raw_ostream that can be conditionally enabled.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 13:50:23 PDT 2019


clayborg added a comment.

In D65096#1596337 <https://reviews.llvm.org/D65096#1596337>, @dblaikie wrote:

> Would raw_pwrite_stream suffice?


It actually would as I only need to fixup a few things for FileWriter in GSYM. Keeping this patch does allow us to use raw_ostream more file a seekable file, where the pwrite forces you to just do minimal fixups here and there. I am fine abandoning this if no one else thinks it is useful. Comments?


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

https://reviews.llvm.org/D65096





More information about the llvm-commits mailing list