Build and install llvm-readobj, also install it as llvm-readelf
authorjca <jca@openbsd.org>
Sat, 9 Jul 2022 16:25:37 +0000 (16:25 +0000)
committerjca <jca@openbsd.org>
Sat, 9 Jul 2022 16:25:37 +0000 (16:25 +0000)
commitb2e7e486c965bd871bae76139f2d0bd218116e20
tree894b8c5fe0cf6264c11cda2a1db64f5947a46a45
parent7ae33d3d4cbc25b8e6a3bee8b4ea24ab0b62c83f
Build and install llvm-readobj, also install it as llvm-readelf

Useful on architectures not actually supported by our ancient binutils
(arm64, powerpc64, riscv64), or on architectures incompletely supported
(eg recent features on amd64).

ok kettenis@ sthen@
gnu/usr.bin/clang/Makefile
gnu/usr.bin/clang/include/llvm-readobj/Makefile [new file with mode: 0644]
gnu/usr.bin/clang/llvm-readobj/Makefile [new file with mode: 0644]
gnu/usr.bin/clang/llvm-readobj/llvm-readelf.1 [new file with mode: 0644]
gnu/usr.bin/clang/llvm-readobj/llvm-readobj.1 [new file with mode: 0644]