Currently we have no parity between lld and clang in terms of ensuring that we have compatible lld for given clang that is being installed. Kindly consider adding slotted lld into RDEPEND so we could seamlessly support, for example building Linux kernel with 'make LLVM=1' without build failures when never clang is installed but has no matching lld around.
clang doesn't require using lld, and the regular Gentoo configuration is to use ld.bfd.
We have quite a few packages that have things they do not strictly need in RDEPENDS for the sake of users. That would make it easy to build kernels with clang, as opposite to manually making sure that lld is installed whenever new llvm/clang hits the tree. Would you reconsider?