| commit | 17d7dc30eb8db398b7a9ca1c814c933d2f79833c | [log] [tgz] |
|---|---|---|
| author | Arnaldo Carvalho de Melo <acme@redhat.com> | Thu Dec 01 14:47:14 2022 -0300 |
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Tue Jan 24 16:01:16 2023 -0300 |
| tree | 7f80779a556718fbc8f237c07c5c3d51674f767d | |
| parent | 2c31a0ca06b015087a0ff5aa546939c2f286fb16 [diff] |
WIP: Remove DW_TAG_atomic_type when encoding BTF As BTF has no support for those types, just point tags that have as its type an atomic to the type the atomic points to, i.e. removing the DW_TAG_atomic_type from the type chain prior to passing it to BTF to dedup. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>