Re: [PATCH] buildtools: fix build with clang 17 and ASan

2024-07-12 Thread David Marchand
On Fri, Jul 12, 2024 at 4:29 AM Jiale, SongX wrote: > > ASan included in clang 17 and later suffixes symbols. > > $ nm build/drivers/libtmp_rte_net_null.a | grep this_pmd > > r this_pmd_name3 > > n > > this_pmd_name3.f2cd16678ab09dba8fd23405d8d11fce > > > > This b

RE: [PATCH] buildtools: fix build with clang 17 and ASan

2024-07-11 Thread Jiale, SongX
> -Original Message- > From: David Marchand > Sent: Thursday, July 11, 2024 7:39 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Ali Alnubani ; Jiale, SongX > ; Dmitry Kozlyuk > Subject: [PATCH] buildtools: fix build with clang 17 and ASan > > ASan included in

[PATCH] buildtools: fix build with clang 17 and ASan

2024-07-11 Thread David Marchand
ASan included in clang 17 and later suffixes symbols. $ nm build/drivers/libtmp_rte_net_null.a | grep this_pmd r this_pmd_name3 n this_pmd_name3.f2cd16678ab09dba8fd23405d8d11fce This breaks the detection of driver symbols in pmdinfogen which then creates duplicate