Re: [dpdk-dev] [PATCH] buildtools: fix archive extraction for LLVM 8

2021-01-28 Thread Thomas Monjalon
28/01/2021 20:05, Dmitry Kozlyuk: > "llvm-ar xv lib.a" from LLVM 8 doesn't print extracted object file > names. The effect of "v" is not formally specified either. > Use "llvm-ar t" to get archive member names. > > Reported-by: XuemingX Zhang > > Signed-off-by: Dmitry Kozlyuk Applied, thanks

[dpdk-dev] [PATCH] buildtools: fix archive extraction for LLVM 8

2021-01-28 Thread Dmitry Kozlyuk
"llvm-ar xv lib.a" from LLVM 8 doesn't print extracted object file names. The effect of "v" is not formally specified either. Use "llvm-ar t" to get archive member names. Reported-by: XuemingX Zhang Signed-off-by: Dmitry Kozlyuk --- buildtools/gen-pmdinfo-cfile.py | 11 ++- 1 file chan