labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

I think there's a small difference in semantics between this and the `tell` 
function on llvm streams. This tells the number of bytes written, while the 
other one an absolute position within the stream. The two probably only differ 
if you open a StreamFile in append mode. However, even then, I doubt anyone 
will care about the distinction, so it shouldn't impede the migration. So, I'm 
happy to sign off on this. Thanks for doing it.


https://reviews.llvm.org/D50159



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to