I had to run out the door so my quick inclusion didn't get a full clean
build in.  Looks like I need to adjust my last Xcode change as I'm getting
a linkage issue on OS X.  I'll fix that.

-Todd

On Tue, Dec 15, 2015 at 4:28 PM, Siva Chandra via lldb-commits <
lldb-commits@lists.llvm.org> wrote:

> On Tue, Dec 15, 2015 at 4:22 PM, Siva Chandra via lldb-commits
> <lldb-commits@lists.llvm.org> wrote:
> > Author: sivachandra
> > Date: Tue Dec 15 18:22:08 2015
> > New Revision: 255729
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=255729&view=rev
> > Log:
> > Read macro info from .debug_macro section and use it for expression
> evaluation.
> >
> > Summary:
> > DWARF 5 proposes a reinvented .debug_macro section. This change follows
> > that spec.
> >
> > Currently, only GCC produces the .debug_macro section and hence
> > the added test is annottated with expectedFailureClang.
> >
> > Reviewers: spyffe, clayborg, tberghammer
> >
> > Subscribers: lldb-commits
> >
> > Differential Revision: http://reviews.llvm.org/D15437
> >
> > Added:
> >     lldb/trunk/include/lldb/Symbol/DebugMacros.h
> >     lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/
> >
>  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/Makefile
> >
>  
> lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py
> >
>  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/macro1.h
> >
>  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/macro2.h
> >
>  lldb/trunk/packages/Python/lldbsuite/test/expression_command/macros/main.cpp
> >     lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
> >     lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h
> >     lldb/trunk/source/Symbol/DebugMacros.cpp
>
> Can someone help with fixing the xcode build?
>
> Thanks in advance,
> Siva Chandra
> _______________________________________________
> lldb-commits mailing list
> lldb-commits@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>



-- 
-Todd
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to