nixpkgs/pkgs/development
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
..
androidndk-pkgs
arduino
beam-modules
bower-modules/generic
chez-modules
compilers llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
coq-modules coqPackages.coqeal: 1.0.4 → 1.0.5 2021-04-29 08:24:35 +02:00
dhall-modules
dotnet-modules
em-modules/generic
gnuradio-modules
go-modules
go-packages
guile-modules
haskell-modules haskellPackages.pandoc-sidenote: remove broken 2021-04-26 23:20:51 +02:00
idris-modules
interpreters llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
java-modules
libraries llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
lisp-modules
lua-modules
misc
mobile Merge pull request #119092 from numinit/update-androidenv 2021-04-25 10:08:05 -04:00
node-packages vls: init at 0.7.2 2021-04-25 14:39:38 +01:00
ocaml-modules llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
octave-modules
perl-modules treewide: use lib.warnIf where appropriate 2021-04-28 21:44:21 +00:00
pharo
php-packages phpPackages.composer1: 1.10.15 -> 1.10.22 2021-04-27 15:37:36 +02:00
pure-modules
python-modules llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
r-modules llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
ruby-modules
tools llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
web flyctl: 0.0.210 -> 0.0.211 2021-04-28 00:22:57 -04:00