Problem with the Linux compilation 4.19

an error occurs after the make command:
clang-5.0: error: invalid linker name in argument ‘-fuse-ld=lld’
ERROR: UBT ERROR: Failed to produce item: /home/floke/UnrealEngine/Engine/Binaries/Linux/UnrealHeaderTool

Problem solved by installing lld. sudo dnf install lld

thank you!