<div dir="ltr">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.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 11, 2014 at 10:21 AM, Hin-Tak Leung <span dir="ltr"><<a href="mailto:htl10@users.sourceforge.net" target="_blank">htl10@users.sourceforge.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ping? Any response? Neither patches are applied...<br>
<span class=""><br>
--------------------------------------------<br>
On Sun, 21/9/14, Hin-Tak Leung <<a href="mailto:htl10@users.sourceforge.net">htl10@users.sourceforge.net</a>> wrote:<br>
<br>
</span> Subject: Re: [PATCH] More conversions of off_t to lldb::offset_t for llvm 3.4.x<br>
<span class=""> To: <a href="mailto:lldb-commits@cs.uiuc.edu">lldb-commits@cs.uiuc.edu</a>, "Greg Clayton" <<a href="mailto:gclayton@apple.com">gclayton@apple.com</a>><br>
</span> Date: Sunday, 21 September, 2014, 19:37<br>
<div class="HOEnZb"><div class="h5"><br>
Apologies for forgetting to attach<br>
the patch itself...<br>
<br>
--------------------------------------------<br>
On Sun, 21/9/14, Hin-Tak Leung <<a href="mailto:htl10@users.sourceforge.net">htl10@users.sourceforge.net</a>><br>
wrote:<br>
<br>
Subject: [PATCH] More conversions of off_t to<br>
lldb::offset_t for llvm 3.4.x<br>
To: <a href="mailto:lldb-commits@cs.uiuc.edu">lldb-commits@cs.uiuc.edu</a>,<br>
"Greg Clayton" <<a href="mailto:gclayton@apple.com">gclayton@apple.com</a>><br>
Date: Sunday, 21 September, 2014, 19:36<br>
<br>
This is the version for llvm 3.4.x .<br>
See previous e-mail on further<br>
background.<br>
<br>
Hin-Tak<br>
<br>
---<br>
This is the set of changes I need to make to build 32-bit<br>
llvm on<br>
fedora 20 x86_64 (to get 32-bit mesa llvmpipe Gallium drm<br>
driver), against<br>
llvm 3.4.2.<br>
<br>
Similar problems were apparently seen with Ubuntu 11.04<br>
32bit and<br>
Ubuntu 12.04 32-bit in the thread leading up to this post:<br>
<br>
<a href="http://lists.cs.uiuc.edu/pipermail/lldb-dev/2013-February/001470.html" target="_blank">http://lists.cs.uiuc.edu/pipermail/lldb-dev/2013-February/001470.html</a><br>
<br>
and was worked around, but didn't get addressed.<br>
<br>
Part of the changes I need is already part of:<br>
<br>
commit 6201a1a109e4c43ece8dbcc81571f1d095bca6d3<br>
Author: Zachary Turner <<a href="mailto:zturner@google.com">zturner@google.com</a>><br>
Date: Wed Jul 2 17:24:07 2014 +0000<br>
<br>
Start converting usages of off_t to other<br>
types.<br>
<br>
So I am preparing two patches, one for trunk and one for<br>
3.4.x.<br>
<br>
This is the full version I used for 3.4.x, which does not<br>
contain<br>
6201a1a109e4c43ece8dbcc81571f1d095bca6d3 .<br>
<br>
</div></div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@cs.uiuc.edu">lldb-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits</a><br>
</div></div></blockquote></div><br></div>