[Lldb-commits] [PATCH] D63171: Don't try to parse ObjC method if CU isn't ObjC

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 12 03:46:02 PDT 2019


labath added a comment.

In D63171#1539187 <https://reviews.llvm.org/D63171#1539187>, @aprantl wrote:

> In D63171#1539070 <https://reviews.llvm.org/D63171#1539070>, @clayborg wrote:
>
> > In D63171#1539049 <https://reviews.llvm.org/D63171#1539049>, @aprantl wrote:
> >
> > > I suppose one could compile Objective-C code on Linux using GCC.
> >
> >
> > Will GCC not set the language to ObjC or ObjC++?
>
>
> This was intended as a reply to:
>
> > One question I have is all Darwin compilers currently support the apple DWARF indexes, so do we even need the objective C parsing code here?


Also, i think I remember hearing that the apple indexes will not be emitted for jitted code, even on apple platforms, but this was just in passing, so I may not be totally correct here.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63171/new/

https://reviews.llvm.org/D63171





More information about the lldb-commits mailing list