nickdesaulniers added a comment.

In D80242#2093785 <https://reviews.llvm.org/D80242#2093785>, @dblaikie wrote:

> > - fix docs (use declare consistently, avoid define)
>
> Defined would be the right word here (declaring a type is code like "struct 
> foo;" - and this change probably doesn't/shouldn't emit debug info for type 
> declarations, yes?)


Oh, looks like that's a difference between my current implementation and GCC.  
GCC does not emit debug info with `-g -fno-eliminate-unused-debug-types` for 
type declarations; the current version of my patch does.  Let me fix that+add 
tests+update docs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80242



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to