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

Anders Carlsson andersca at mac.com
Sat Jun 12 09:49:47 PDT 2010


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.

- Anders




More information about the lldb-commits mailing list