[lldb-dev] Fixing messed-up include lines

Jason Molenda jason at molenda.com
Tue Jun 8 23:40:37 PDT 2010


Hi Eli,

This patch is fine.  If it breaks the Xcode build I'll fix it.

Thanks,

J

On Jun 8, 2010, at 11:24 PM, Eli Friedman wrote:

> Hi everyone,
> 
> The current LLDB source code contains a lot of include lines like the following:
> #include <LLDB/SBDefines.h>
> 
> I'm not entirely sure how that works with the Xcode build system, but
> it won't work correctly with a more usual make-based system which I'm
> working on.  Attached is a patch which fixes such #include lines in
> the include/lldb/API directory.  Will this (or other patches like it)
> break the Xcode build system?
> 
> -Eli
> <APIincludes.txt>_______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev





More information about the lldb-dev mailing list