Re: [PATCH bpf-next 09/11] libbpf: accomodate DWARF/compiler bug with duplicated identical arrays
From: Song Liu <hidden>
Date: 2020-11-03 02:52:38
Also in:
bpf
From: Song Liu <hidden>
Date: 2020-11-03 02:52:38
Also in:
bpf
On Oct 28, 2020, at 5:59 PM, Andrii Nakryiko [off-list ref] wrote: In some cases compiler seems to generate distinct DWARF types for identical arrays within the same CU. That seems like a bug, but it's already out there and breaks type graph equivalence checks, so accommodate it anyway by checking for identical arrays, regardless of their type ID. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Song Liu <redacted> [...]