Dan Albert
5452d3f099
Add large file support to create_file for 32-bit.
...
Summary:
The tests need to create files larger than 2GB, but size_t is 32-bit
on a 32-bit system. Make use of explicit off64_t APIs so we can still
use a default off_t for the tests while enabling 64-bit file offsets
for create_file.
Reviewers: mclow.lists, EricWF
Reviewed By: EricWF
Subscribers: christof, ldionne, libcxx-commits
Differential Revision: https://reviews.llvm.org/D56619
llvm-svn: 351225
2019-01-15 19:14:15 +00:00
..
2017-01-21 00:02:12 +00:00
2017-06-05 19:59:17 +00:00
2017-06-14 20:00:36 +00:00
2018-11-19 15:37:04 +00:00
2018-12-11 14:22:28 +00:00
2018-12-11 14:22:28 +00:00
2016-06-01 21:35:39 +00:00
2016-07-18 03:00:09 +00:00
2018-08-01 05:21:26 +00:00
2016-01-19 21:52:04 +00:00
2017-02-17 01:17:10 +00:00
2017-12-13 00:51:27 +00:00
2017-01-18 20:10:25 +00:00
2017-05-28 19:38:21 +00:00
2018-03-22 04:42:56 +00:00
2018-08-01 01:33:38 +00:00
2018-11-21 20:39:24 +00:00
2017-01-18 05:34:42 +00:00
2017-04-16 01:51:04 +00:00
2017-01-20 00:00:31 +00:00
2017-01-07 00:10:42 +00:00
2017-10-17 16:06:42 +00:00
2017-08-11 20:53:53 +00:00
2017-01-06 20:05:40 +00:00
2018-12-16 15:12:06 +00:00
2018-07-27 03:07:09 +00:00
2019-01-15 19:14:15 +00:00
2018-07-25 04:21:59 +00:00
2016-05-03 02:04:26 +00:00
2017-06-13 14:34:58 +00:00
2018-12-19 20:08:43 +00:00
2018-01-05 01:32:00 +00:00
2018-06-14 00:12:14 +00:00
2017-07-29 00:55:10 +00:00
2018-11-01 14:41:37 +00:00
2018-01-23 02:07:27 +00:00
2018-11-15 00:11:02 +00:00
2016-06-19 19:34:13 +00:00
2018-07-22 02:00:53 +00:00
2017-01-14 07:54:39 +00:00
2018-06-05 22:32:52 +00:00
2019-01-15 00:05:05 +00:00
2017-07-29 00:55:22 +00:00
2017-05-17 18:51:36 +00:00
2019-01-15 01:53:12 +00:00
2018-05-29 00:08:47 +00:00
2017-06-05 19:59:17 +00:00
2017-04-19 01:02:49 +00:00
2018-12-17 20:17:43 +00:00
2016-12-09 09:51:09 +00:00
2018-11-15 00:11:02 +00:00
2016-01-19 21:52:04 +00:00
2017-06-05 19:59:17 +00:00
2017-06-07 00:06:04 +00:00
2018-04-02 23:03:41 +00:00