[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:28:47 PDT 2021
aprantl added a comment.
> Can/should it be removed (or deprecated in some way) instead of changed?
If @koutheir has a use-case for it and needs it to be exposed in the C API, I don't see a problem with keeping it.
@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?
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