Clarify that lld package provides unwrapped lld

lld package provides an unwrapped lld. It doesn't always work on NixOS
(eg, it doesn't set rpath), and so dosen't always work.

What one should be using instead is the `lld` from
`llvmPackages.bintools` package. This super counterintutive.

One incremental step we can take here is to clarify that the `lld`
package is unrwapped -- right now, it looks like 100% legit thing one
should be using!
This commit is contained in:
Aleksey Kladov 2022-03-15 10:29:16 +00:00 committed by Yt
parent 71f2a45783
commit 6d111cbf61
11 changed files with 11 additions and 11 deletions

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = llvm_meta // {
homepage = "https://lld.llvm.org/";
description = "The LLVM linker";
description = "The LLVM linker (unwrapped)";
longDescription = ''
LLD is a linker from the LLVM project that is a drop-in replacement for
system linkers and runs much faster than them. It also provides features

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = llvm_meta // {
homepage = "https://lld.llvm.org/";
description = "The LLVM linker";
description = "The LLVM linker (unwrapped)";
longDescription = ''
LLD is a linker from the LLVM project that is a drop-in replacement for
system linkers and runs much faster than them. It also provides features

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = llvm_meta // {
homepage = "https://lld.llvm.org/";
description = "The LLVM linker";
description = "The LLVM linker (unwrapped)";
longDescription = ''
LLD is a linker from the LLVM project that is a drop-in replacement for
system linkers and runs much faster than them. It also provides features

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = llvm_meta // {
homepage = "https://lld.llvm.org/";
description = "The LLVM linker";
description = "The LLVM linker (unwrapped)";
longDescription = ''
LLD is a linker from the LLVM project that is a drop-in replacement for
system linkers and runs much faster than them. It also provides features

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = llvm_meta // {
homepage = "https://lld.llvm.org/";
description = "The LLVM linker";
description = "The LLVM linker (unwrapped)";
longDescription = ''
LLD is a linker from the LLVM project that is a drop-in replacement for
system linkers and runs much faster than them. It also provides features

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = llvm_meta // {
homepage = "https://lld.llvm.org/";
description = "The LLVM linker";
description = "The LLVM linker (unwrapped)";
longDescription = ''
LLD is a linker from the LLVM project that is a drop-in replacement for
system linkers and runs much faster than them. It also provides features

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = llvm_meta // {
homepage = "https://lld.llvm.org/";
description = "The LLVM linker";
description = "The LLVM linker (unwrapped)";
longDescription = ''
LLD is a linker from the LLVM project that is a drop-in replacement for
system linkers and runs much faster than them. It also provides features

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = llvm_meta // {
homepage = "https://lld.llvm.org/";
description = "The LLVM linker";
description = "The LLVM linker (unwrapped)";
longDescription = ''
LLD is a linker from the LLVM project that is a drop-in replacement for
system linkers and runs much faster than them. It also provides features

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = llvm_meta // {
homepage = "https://lld.llvm.org/";
description = "The LLVM linker";
description = "The LLVM linker (unwrapped)";
longDescription = ''
LLD is a linker from the LLVM project that is a drop-in replacement for
system linkers and runs much faster than them. It also provides features

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = llvm_meta // {
homepage = "https://lld.llvm.org/";
description = "The LLVM linker";
description = "The LLVM linker (unwrapped)";
longDescription = ''
LLD is a linker from the LLVM project that is a drop-in replacement for
system linkers and runs much faster than them. It also provides features

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
meta = llvm_meta // {
homepage = "https://lld.llvm.org/";
description = "The LLVM linker";
description = "The LLVM linker (unwrapped)";
longDescription = ''
LLD is a linker from the LLVM project that is a drop-in replacement for
system linkers and runs much faster than them. It also provides features