[PATCH] D66471: [Support] Improve readNativeFile(Slice) interface
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 21 02:56:26 PDT 2019
labath updated this revision to Diff 216359.
labath added a comment.
Herald added a subscriber: jfb.
- fix the partial read bug
- add a partial read test for the streaming case (not tested on windows yet)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66471/new/
https://reviews.llvm.org/D66471
Files:
include/llvm/Support/FileSystem.h
lib/Support/MemoryBuffer.cpp
lib/Support/Unix/Path.inc
lib/Support/Windows/Path.inc
unittests/Support/MemoryBufferTest.cpp
unittests/Support/Path.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66471.216359.patch
Type: text/x-patch
Size: 14956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190821/111909a1/attachment.bin>
More information about the llvm-commits
mailing list