[PATCH] D105604: Generate DW_TAG_class_type when calling DIBuilder::createClassType().

Duncan P. N. Exon Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 30 14:22:51 PDT 2021


dexonsmith added a comment.

In D105604#2917564 <https://reviews.llvm.org/D105604#2917564>, @aprantl wrote:

> No language frontend in llvm-project is using this API, and the Swift compiler isn't either, so there is probably not much harm in making this change. It may still cause some fallout from other downstream frontends that I'm not aware of. I'm happy to accept the patch if it comes with a testcase.

Can/should it be removed (or deprecated in some way) instead of changed?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105604



More information about the llvm-commits mailing list