Technically anything having to do with a file should in theory work with an off_t. That's exactly what off_t is supposed to be for. That said, off_t is not standard c or c++, and size_t is, so I'm fine losing off_t everywhere. Will see what Greg has to say thoguh.
On Sat, Oct 11, 2014 at 10:21 AM, Hin-Tak Leung <[email protected] > wrote: > Ping? Any response? Neither patches are applied... > > -------------------------------------------- > On Sun, 21/9/14, Hin-Tak Leung <[email protected]> wrote: > > Subject: Re: [PATCH] More conversions of off_t to lldb::offset_t for llvm > 3.4.x > To: [email protected], "Greg Clayton" <[email protected]> > Date: Sunday, 21 September, 2014, 19:37 > > Apologies for forgetting to attach > the patch itself... > > -------------------------------------------- > On Sun, 21/9/14, Hin-Tak Leung <[email protected]> > wrote: > > Subject: [PATCH] More conversions of off_t to > lldb::offset_t for llvm 3.4.x > To: [email protected], > "Greg Clayton" <[email protected]> > Date: Sunday, 21 September, 2014, 19:36 > > This is the version for llvm 3.4.x . > See previous e-mail on further > background. > > Hin-Tak > > --- > This is the set of changes I need to make to build 32-bit > llvm on > fedora 20 x86_64 (to get 32-bit mesa llvmpipe Gallium drm > driver), against > llvm 3.4.2. > > Similar problems were apparently seen with Ubuntu 11.04 > 32bit and > Ubuntu 12.04 32-bit in the thread leading up to this post: > > http://lists.cs.uiuc.edu/pipermail/lldb-dev/2013-February/001470.html > > and was worked around, but didn't get addressed. > > Part of the changes I need is already part of: > > commit 6201a1a109e4c43ece8dbcc81571f1d095bca6d3 > Author: Zachary Turner <[email protected]> > Date: Wed Jul 2 17:24:07 2014 +0000 > > Start converting usages of off_t to other > types. > > So I am preparing two patches, one for trunk and one for > 3.4.x. > > This is the full version I used for 3.4.x, which does not > contain > 6201a1a109e4c43ece8dbcc81571f1d095bca6d3 . > > _______________________________________________ > lldb-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits >
_______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
