FreeBSD's FILE_TO_READ is large enough to fill up both the buffers. The #include is to declare readv() on FreeBSD.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D7091
[Msan] Fix the readv and preadv unit tests to pass on FreeBSD ClosedPublic Authored by kutuzov.viktor.84 on Jan 21 2015, 4:27 AM.
Details Summary FreeBSD's FILE_TO_READ is large enough to fill up both the buffers. The #include is to declare readv() on FreeBSD.
Diff Detail
Event Timelinekutuzov.viktor.84 updated this object. kutuzov.viktor.84 retitled this revision from [Msan] Fix the readv unit test to pass on FreeBSD to [Msan] Fix the readv and preadv unit tests to pass on FreeBSD. Comment ActionsUpdated to cover the preadv test. This revision is now accepted and ready to land.Jan 21 2015, 5:06 AM Closed by commit rL226801: [Msan] Fix the readv and preadv unit tests to pass on FreeBSD (authored by vkutuzov). · Explain WhyJan 22 2015, 1:02 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 18593 compiler-rt/trunk/lib/msan/tests/msan_test.cc
|