[Lldb-commits] [lldb] r105892 - /lldb/trunk/include/lldb/lldb-enumerations.h

Greg Clayton gclayton at apple.com
Sat Jun 12 17:05:07 PDT 2010


We currently don't have 2 enumeration files (one private, one public).  
So I guess we could split it out, but no rush on that. We might also  
want to expose the endianess of the process/threads at some point...

On Jun 12, 2010, at 4:14 PM, Chris Lattner <clattner at apple.com> wrote:

>
> On Jun 12, 2010, at 9:46 AM, Greg Clayton wrote:
>
>> Author: gclayton
>> Date: Sat Jun 12 11:46:01 2010
>> New Revision: 105892
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=105892&view=rev
>> Log:
>> Reverted changes for eByteOrderHost detection, but added linux  
>> support for using <endian.h>. No files in "API" can include any  
>> LLVM header files. We must keep LLVM behind our API.
>
> Silly question, but why does byte order need to be exposed through  
> the API?
>
> -Chris



More information about the lldb-commits mailing list