How to Install lld in Ubuntu 18.04



Install lld by entering the following commands in the terminal:

sudo apt update
sudo apt install lld

Description:

LLVM-based linker

LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project.

Version: 1:6.0-41~exp4

Section: universe/devel