[Lldb-commits] [lldb] r247899 - [lldb-mi] Fix the handling of files in -data-info-line and -symbol-list-lines.

via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 17 10:47:36 PDT 2015


On Thu, Sep 17, 2015 at 10:43:53AM -0700, Sean Callanan wrote:
> Dawn,
> 
> this breaks the OS X Xcode build because it can???t find ???../lib/Support/regex_impl.h???.
> I only see that header in llvm/lib, but so far lldb-mi hasn???t had any LLVM dependencies and it doesn???t even have the right header search paths in Xcode.  Should we be adding the LLVM headers as search paths?

Yes.  Can you add them please?


More information about the lldb-commits mailing list