[PATCH] D152017: [DebugInfo] Add flag to only emit referenced member functions

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 29 18:10:55 PDT 2023


probinson added a comment.

> we might emit member function declarations for call sites in DWARF, for instance

So are you now leaning more toward wanting to emit the "used" declarations as well? I'm sure you don't want to implement it the way we did...

I *think* the template parameter thing has more to do with not supporting expressions in all their glory, although I'm fuzzy on that--last time I looked at that stuff was a number of years ago.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152017



More information about the cfe-commits mailing list