Files
nixpkgs/pkgs/tools/filesystems
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
..
2021-04-20 00:51:55 +09:00
2021-04-20 00:51:57 +09:00
2021-04-25 04:20:00 +00:00
2021-01-20 09:11:11 +10:00
2021-01-16 17:58:11 +07:00
2021-04-20 00:51:59 +09:00
2021-04-26 00:20:47 +02:00
2021-04-28 03:10:33 +00:00
2021-03-17 16:26:05 +07:00
2021-01-15 17:12:36 +07:00
2021-03-17 16:26:22 +07:00
2021-04-24 16:32:01 +09:00
2021-04-20 00:51:34 +09:00
2021-04-20 00:52:00 +09:00
2021-01-15 17:12:36 +07:00
2021-04-02 10:59:09 +09:00
2021-01-21 20:58:41 +00:00
2021-03-24 02:33:10 +09:00
2021-04-02 10:59:06 +09:00
2021-04-20 00:52:00 +09:00
2021-01-20 09:11:11 +10:00
2020-11-02 01:51:54 +00:00
2021-01-15 17:12:36 +07:00
2021-02-15 10:43:37 +01:00
2021-04-25 04:20:00 +00:00
2021-01-20 09:11:11 +10:00
2021-04-02 10:59:05 +09:00
2021-01-30 03:07:28 +00:00
2021-01-15 17:12:36 +07:00
2021-04-20 00:52:01 +09:00
2021-04-20 00:52:02 +09:00
2021-03-17 16:27:06 +07:00
2021-04-02 10:59:03 +09:00
2021-04-20 00:52:03 +09:00
2021-03-03 18:08:02 +01:00
2021-03-03 01:53:29 +00:00
2021-04-20 00:52:04 +09:00
2021-04-20 00:51:50 +09:00
2021-03-11 16:04:42 -03:00
2021-04-17 10:00:46 +01:00
2021-01-15 17:12:36 +07:00
2021-03-22 03:40:10 +09:00
2021-01-15 17:12:36 +07:00
2021-02-03 21:57:28 +00:00
2021-01-15 17:12:36 +07:00
2021-03-13 15:47:27 +01:00
2021-03-14 18:55:15 +02:00
2021-04-20 00:52:05 +09:00
2021-04-20 00:51:49 +09:00
2021-04-21 10:58:06 -07:00
2021-04-20 00:51:45 +09:00
2020-10-28 10:43:14 +08:00
2021-03-09 16:17:36 +00:00
2021-01-15 17:12:36 +07:00
2021-04-20 00:51:43 +09:00
2021-04-06 10:37:53 +09:00
2021-04-20 00:52:05 +09:00
2021-04-20 00:52:06 +09:00
2021-04-20 00:51:50 +09:00
2021-03-30 20:14:53 +02:00
2021-01-15 17:12:36 +07:00