Add llvm-readobj and binutils symlinks to LLVM_TOOLCHAIN_TOOLS
authorMara Sophie Grosch <littlefox@lf-net.org>
Thu, 22 Jul 2021 23:33:20 +0000 (16:33 -0700)
committerSam Clegg <sbc@chromium.org>
Thu, 22 Jul 2021 23:33:51 +0000 (16:33 -0700)
commit5b93e3a75fc48d2deb8dcf1f1d48b55fde1248e3
treef46f971b48c23d8f53a0a825e85a8d0efd6eb030
parent481084f669e10beb89b2e1a75bc67e7fb8125941
Add llvm-readobj and binutils symlinks to LLVM_TOOLCHAIN_TOOLS

This patch adds llvm-readobj and the binutils symlink for readelf to
LLVM_TOOLCHAIN_TOOLS.

Tvoid *thread, void *attr,hey are required by some (most?)
autoconf-built libraries, adding these allows me to build newlib with
the toolchain generated this way.

Also opened an issue for that some days ago, see
https://bugs.llvm.org/show_bug.cgi?id=50698

Reviewed By: sbc100

Differential Revision: https://reviews.llvm.org/D104957
llvm/cmake/modules/AddLLVM.cmake