xref: /OK3568_Linux_fs/buildroot/package/lld/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
10	  https://lld.llvm.org/
11