Files
kernel_xiaomi_raphael/scripts
Danny Lin 9d5ca9442d kbuild: Allow forcing the alternative LLD linker via Kconfig
LLD is a relatively new linker from the LLVM Project that aims to be a
faster and more modern alternative to the GNU gold and bfd linkers from
binutils: https://lld.llvm.org/

I've also found that it offers more insightful diagnostics when
something goes wrong, e.g. when there are undefined references. It does
also appear to speed up the overall build time by 4-10s as compared to
ld.bfd.

These new config options will only allow fully-working configurations:
  - gold/lld when Clang LTO is enabled
  - bfd/lld otherwise

Signed-off-by: Danny Lin <danny@kdrag0n.dev>
UtsavBalar1231: adapt for aosp-new changes
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
2020-05-26 12:11:27 +05:30
..
2017-03-28 16:16:52 +02:00
2019-12-17 21:13:36 +01:00
2020-05-25 20:25:57 +05:30