[PATCH] D110127: [Clang] Support typedef with btf_tag attributes
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 21 12:48:28 PDT 2021
dblaikie added a comment.
Given this is about being preserved into debug info - I imagine it'll have the same behavior as using a typedef in a function return type - whenever that currently shows up in the DWARF, this attribute would. Where it doesn't, this doesn't.
So I wouldn't expect this feature to do any checking/require the typedef to be used consistently - but fair questions to consider.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110127/new/
https://reviews.llvm.org/D110127
More information about the cfe-commits
mailing list