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

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 28 15:12:05 PST 2020


dblaikie added a comment.

Yeah, in general I think special casing a particular name mangling is probably not a great idea (what about in Microsoft mode with a different mangling scheme?), so I'm somewhat inclined towards doing this in general as @aprantl was suggesting.


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

https://reviews.llvm.org/D73282





More information about the cfe-commits mailing list