1*4882a593Smuzhiyunconfig BR2_PACKAGE_HOST_LLD 2*4882a593Smuzhiyun bool "host lld" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_LLVM_ARCH_SUPPORTS # llvm 4*4882a593Smuzhiyun help 5*4882a593Smuzhiyun LLD is a linker from the LLVM project that is a drop-in 6*4882a593Smuzhiyun replacement for system linkers, and runs much faster than 7*4882a593Smuzhiyun them. It also provides features that are useful for 8*4882a593Smuzhiyun toolchain developers. 9*4882a593Smuzhiyun 10*4882a593Smuzhiyun https://lld.llvm.org/ 11