nixpkgs/pkgs/development/compilers/llvm/11
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 treewide: Try to make a few bootstrapping things more consistent 2021-05-12 00:14:56 +00:00
clang Merge master into staging-next 2021-06-03 12:49:11 +00:00
compiler-rt compiler-rt: remove <cyclades.h> from libsanitizer 2021-09-20 19:37:19 +01:00
libcxx llvmPackages_11: darwin cross compilation and bootstrapping 2021-05-17 00:28:05 +09:00
libcxxabi llvmPackages_11: darwin cross compilation and bootstrapping 2021-05-17 00:28:05 +09:00
libunwind llvmPackages: Fix more inconsistencies 2021-05-12 00:16:11 +00:00
lld llvmPackages: Fix more inconsistencies 2021-05-12 00:16:11 +00:00
lldb lldb: python into lib & wrap binary 2021-06-09 16:09:29 +01:00
llvm Merge pull request #121693 from misuzu/llvm11-armv7l 2021-08-02 14:08:04 +00:00
openmp llvmPackages: Fix more inconsistencies 2021-05-12 00:16:11 +00:00
default.nix lib: make extendDerivation lighter on eval 2021-10-15 16:39:10 +02:00