Loading
test/common: Try to support ld.lld under linux for the clang LTO build
It's still a better choice than ld.gold, especially with different instrumentation enabled on top (like ASAN|UBSAN. Regardless if it's actually sensible to have these enabled for the optimized build). So in case it's found, just use it over ld.gold. Change-Id: I7ac541c4cd5a7635891c490d27ece01b646b0fe7 Signed-off-by:Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24976 Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by:
Jim Harris <jim.harris@samsung.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>