[PATCH] D143967: [DebugInfo][BPF] Add 'btf:type_tag' annotation in DWARF
David Faust via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 16 10:22:48 PDT 2023
dfaust added a comment.
In D143967#4343841 <https://reviews.llvm.org/D143967#4343841>, @eddyz87 wrote:
> Changes to avoid attaching type tags to DWARF derived types for const/volatile/restrict qualifiers.
I just tested this locally and can confirm it LGTM in terms of implementing the DWARF format we've been discussing and agreed upon.
Also compared against my WIP patches implementing the same in GCC, and looks like it is all consistent (apart from one known bug in my patches)
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