Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: 6c4bf8f ("buildtools: add Python pmdinfogen") Cc: stable@dpdk.org Signed-off-by: Mingjin Ye <mingjinx.ye@intel.com> Signed-off-by: 0-day Robot <robot@bytheb.org>
- Loading branch information