Config.in.host 327 B

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