nixpkgs/pkgs/development/compilers/llvm/git
pennae dc895fb281 lib: make extendDerivation lighter on eval
the fix to extendDerivation in #140051 unwittingly worsened eval performance by
quite a bit. set elements alone needed over 1GB extra after the change, which
seems disproportionate to how small it was. if we flip the logic used to
determine which outputs to install around and keep a "this one exactly" flag in
the specific outputs instead of a "all of them" in the root we can avoid most
of that cost.
2021-10-15 16:39:10 +02:00
..
bintools
clang llvmPackages_git.clang: fix linker invocation with LLVMgold plugin 2021-08-08 15:54:11 +02:00
compiler-rt compiler-rt: Rename llvm argument to libllvm for consistency. 2021-08-09 18:30:59 +03:00
libcxx llvmPackages_git: 2021-07-12 -> 2021-07-16 2021-08-04 17:35:57 +02:00
libcxxabi llvmPackages_13, llvmPackages_git: libcxxabi: fix musl build 2021-09-10 13:55:35 +03:00
libunwind llvmPackages_git: 2021-07-12 -> 2021-07-16 2021-08-04 17:35:57 +02:00
lld
lldb llvmPackages_git.lldb: python into lib & wrap binary 2021-08-08 15:54:12 +02:00
llvm llvmPackages_git: 2021-06-04 -> 2021-06-11 2021-06-17 15:26:22 +02:00
openmp llvmPackages_git: 2021-05-17 -> 2021-06-04 2021-06-14 12:58:32 +02:00
default.nix lib: make extendDerivation lighter on eval 2021-10-15 16:39:10 +02:00