[PATCH] D122920: [Clang][CodeGen]Fix __builtin_dump_struct missing record type field name
Wang Yihan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 26 22:35:43 PDT 2022
yihanaa added a comment.
In D122920#3472379 <https://reviews.llvm.org/D122920#3472379>, @asoffer wrote:
> In D122920#3471865 <https://reviews.llvm.org/D122920#3471865>, @yihanaa wrote:
>
>> In D122920#3471654 <https://reviews.llvm.org/D122920#3471654>, @erichkeane wrote:
>>
>>> @yihanaa : I'd suggest seeing the conversation that @rsmith @aaron.ballman and I are having about this builtin here: https://reviews.llvm.org/D124221
>>>
>>> In general it looks like the three of us think that this builtin needs an overhaul in implementation/functionality in order to be further useful. While we very much appreciate your attempts to try to improve it, we believe there needs to be larger-scale changes.
>>
>> Thanks for your reply, I would like to get involved and help if needed
>
> While I eagerly await `__builtin_reflect_struct`, this change still provides significant value in fixing a regression with `__builtin_dump_struct`. Should we proceed with this change and that proposal independently?
Agree
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122920/new/
https://reviews.llvm.org/D122920
More information about the cfe-commits
mailing list