[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
Sat Oct 11 10:21:36 PDT 2014
Ping? Any response? Neither patches are applied...
--------------------------------------------
On Sun, 21/9/14, Hin-Tak Leung <htl10 at users.sourceforge.net> wrote:
Subject: Re: [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:37
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 .
More information about the lldb-commits
mailing list