[Lldb-commits] [lldb] r105892 - /lldb/trunk/include/lldb/lldb-enumerations.h
Greg Clayton
gclayton at apple.com
Sat Jun 12 10:05:54 PDT 2010
On Jun 12, 2010, at 9:49 AM, Anders Carlsson wrote:
>
> Jun 12, 2010 kl. 9:46 AM skrev Greg Clayton:
>
>> 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.
>>
>
> I wonder if we could enforce this as a build step by building a simple test program that includes every file from LLDB.framework and doesn't have any LLVM include paths set.
i will add this as a test when I add the "sed" script build phase for the LLDB.framework since I need to fix up the header paths in the framework from "lldb/API/XXX.h" to <LLDB/XXX.h>.
More information about the lldb-commits
mailing list