[PATCH] D73282: Fix debug-info generation for block invocations so that we set the LinkageName instead of the Name

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 3 16:03:47 PST 2020


shafik added a comment.

In D73282#1855888 <https://reviews.llvm.org/D73282#1855888>, @dblaikie wrote:

> I don't think the more targeted fix is a good thing - is the same problem of not demangling names not there for the other cases that the original fix addressed?


AFAIK no, the other cases I found via the test suite are basically compiler internals and are not real mangled names e.g.:

  __omp_outlined__
  __omp_offloading_1000008_2f4d793_main_l12_debug__
  __cxx_global_array_dtor




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

https://reviews.llvm.org/D73282





More information about the cfe-commits mailing list