[lldb-dev] Fixing messed-up include lines

Jason Molenda jason at molenda.com
Wed Jun 9 00:00:06 PDT 2010


On Jun 8, 2010, at 11:56 PM, Jean-Daniel Dupas wrote:

> 
> Le 9 juin 2010 à 08:41, Eric Christopher a écrit :
> 
>> 
>> On Jun 8, 2010, at 11:40 PM, Jason Molenda wrote:
>> 
>>> Hi Eli,
>>> 
>>> This patch is fine.  If it breaks the Xcode build I'll fix it.
>> 
>> Looks like Driver.cpp needs the include directory but that's it.
> 
> 
> Yes, as it would be for all projects that would like to use the LLDB framework. This is unfortunate as this is not the way it works with frameworks on OS X :-(

Yeah, lldb builds an LLDB.framework which probably explains the #include <LLDB/...> pathnames.  We'll see if it still builds with more traditional pathnames Eli checked in.  I'm waiting for the 42MB llvm.zip file to download to my computer right now. :)

J



More information about the lldb-dev mailing list