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

Koutheir Attouchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 30 15:10:55 PDT 2021


koutheir added a comment.

> @koutheir are you sure this API is useful to you or do you have to deal with circular definitions that will necessitate a switch to createReplaceableCompositeType later on anyway?

I'm not currently using this API, as I switched to using `createReplaceableCompositeType()` instead. When I previously considered using it, I found this bug, and that's what I'm attempting to fix with this change.


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