> -----Original Message-----
> From: Mingjin Ye <[email protected]>
> Sent: Friday, July 5, 2024 4:26 PM
> To: [email protected]
> Cc: Marchand, David <[email protected]>; [email protected];
> Ye, MingjinX <[email protected]>; [email protected]; Dmitry Kozlyuk
> <[email protected]>
> Subject: [PATCH v3] buildtools: fix invalid symbols
> 
> 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: 6c4bf8f42432 ("buildtools: add Python pmdinfogen")
> Cc: [email protected]
> 
> Signed-off-by: Mingjin Ye <[email protected]>
> ---
Tested-by: Jiale Song <[email protected]>

Reply via email to