Skip to content

Always set LLVM=1 when building with clang

This tells the build to use lld and other llvm tools when building instead of binutils and bfd. This was previously enabled only for LTO builds, but we want to enable this for all builds since this is what upstream CI systems use when building with clang.

Signed-off-by: Tom Stellard tstellar@redhat.com

Edited by Tom Stellard

Merge request reports

Loading