[Lldb-commits] [PATCH] More conversions of off_t to lldb::offset_t for llvm 3.4.x

Hin-Tak Leung htl10 at users.sourceforge.net
Sun Sep 21 11:37:58 PDT 2014


Apologies for forgetting to attach the patch itself...

--------------------------------------------
On Sun, 21/9/14, Hin-Tak Leung <htl10 at users.sourceforge.net> wrote:

 Subject: [PATCH] More conversions of off_t to lldb::offset_t for llvm 3.4.x
 To: lldb-commits at cs.uiuc.edu, "Greg Clayton" <gclayton at apple.com>
 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 <zturner at google.com>
 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 .
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-More-conversions-of-off_t-to-lldb-offset_t-for-llvm-.patch
Type: text/x-patch
Size: 8779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140921/811aa551/attachment.bin>


More information about the lldb-commits mailing list