Re: Build and install llvm-readelf (and llvm-readobj)

2022-07-09 Thread Mark Kettenis
> From: Jeremie Courreges-Anglas > Date: Sat, 09 Jul 2022 13:02:57 +0200 > > On riscv64 I miss having a usable readelf. We could just build > llvm-readelf instead. The actual tool is called llvm-readobj, with > GNU compat when called under the llvm-readelf or readelf names. > > People will pro

Build and install llvm-readelf (and llvm-readobj)

2022-07-09 Thread Jeremie Courreges-Anglas
On riscv64 I miss having a usable readelf. We could just build llvm-readelf instead. The actual tool is called llvm-readobj, with GNU compat when called under the llvm-readelf or readelf names. People will probably find this useful on arm64 and powerpc64 too. This shouldn't have a negative im