[PATCH] D143967: [DebugInfo][BPF] Add 'btf:type_tag' annotation in DWARF
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 21 12:49:26 PDT 2023
dblaikie added a comment.
I haven't looked closely at this, but from a vague/quick reading, it sounds like this is creating annotations on certain type DINodes, but then moving them around to different types? It'd be nice if we could avoid that/create them in the right place in the first place.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143967/new/
https://reviews.llvm.org/D143967
More information about the cfe-commits
mailing list