buildtools: fix archive extraction for LLVM 8
authorDmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Thu, 28 Jan 2021 19:05:15 +0000 (22:05 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 28 Jan 2021 21:48:29 +0000 (22:48 +0100)
commitc85ebb39dbdd1b2696860858a10230dee8162929
tree77dc4b29d7a640740d341673b47e52bcaf544830
parent5c38c33f7880cae0de0c3adf0fbd2bd0e73721b4
buildtools: fix archive extraction for LLVM 8

"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: Xueming Zhang <xuemingx.zhang@intel.com>
Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
buildtools/gen-pmdinfo-cfile.py