[PATCH] D105604: Generate DW_TAG_class_type when calling DIBuilder::createClassType().
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 30 14:13:49 PDT 2021
aprantl added a comment.
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.
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