Add infrastructure to build llvm-objcopy and llvm-objdump.
authorpatrick <patrick@openbsd.org>
Mon, 2 Aug 2021 08:50:51 +0000 (08:50 +0000)
committerpatrick <patrick@openbsd.org>
Mon, 2 Aug 2021 08:50:51 +0000 (08:50 +0000)
commit18270f79f17989f9cfedd96c0d9a34fd91cdb415
treea116947df8eb0aed53f79392c11ce657d54776df
parentad48b05d280f08381df5c975b13007fa9b1eee8d
Add infrastructure to build llvm-objcopy and llvm-objdump.

ok kettenis@ sthen@
gnu/usr.bin/clang/Makefile
gnu/usr.bin/clang/include/llvm-objcopy/Makefile [new file with mode: 0644]
gnu/usr.bin/clang/libLLVM/Makefile
gnu/usr.bin/clang/libLLVMSymbolize/Makefile [new file with mode: 0644]
gnu/usr.bin/clang/llvm-objcopy/Makefile [new file with mode: 0644]
gnu/usr.bin/clang/llvm-objcopy/llvm-objcopy.1 [new file with mode: 0644]
gnu/usr.bin/clang/llvm-objdump/Makefile [new file with mode: 0644]
gnu/usr.bin/clang/llvm-objdump/llvm-objdump.1 [new file with mode: 0644]