On Fri, Jul 5, 2024 at 10:49 AM Mingjin Ye wrote:
>
> In scenarios where a higher clang compiler is used and ASAN is enabled,
> the generated ELF file will additionally insert undefined debug symbols
> with the same prefix. This causes duplicate C code to be generated.
>
> This patch fixes this is
> -Original Message-
> From: Mingjin Ye
> Sent: Friday, July 5, 2024 4:26 PM
> To: dev@dpdk.org
> Cc: Marchand, David ; alia...@nvidia.com;
> Ye, MingjinX ; sta...@dpdk.org; Dmitry Kozlyuk
>
> Subject: [PATCH v3] buildtools: fix invalid symbols
>
> In
> -Original Message-
> From: Mingjin Ye
> Sent: Friday, July 5, 2024 11:26 AM
> To: dev@dpdk.org
> Cc: david.march...@redhat.com; Ali Alnubani ; Mingjin Ye
> ; sta...@dpdk.org; Dmitry Kozlyuk
>
> Subject: [PATCH v3] buildtools: fix invalid symbols
>
> In
In scenarios where a higher clang compiler is used and ASAN is enabled,
the generated ELF file will additionally insert undefined debug symbols
with the same prefix. This causes duplicate C code to be generated.
This patch fixes this issue by skipping the unspecified symbol type.
Fixes: 6c4bf8f42
4 matches
Mail list logo