3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/compilers/llvm/10
sternenseemann 91cba7b0a9 llvmPackages_{10,11,12}.compiler-rt: install resource txts to $out/share
7869d16545 changed how resource files are
installed. Likely by accident, now some of the resource files are
installed to $dev/include instead of $out/share. This causes the cc
wrapper's resource-root to miss those files from compiler-rt as they are
in a different place than expected.

This commit fixes all instances of this incorrect installation for
llvmPackages_10, 11 and 12 which are the only llvm package sets which
link ${targetLlvmLibraries.compiler-rt.out}/share to the resource-root.

For the other llvm package set this will likely also need to be fixed,
but it doesn't have to have immediate urgency and doing it in two steps
allows us to (hopefully) fix the chromium build without causing a darwin
stdenv rebuild.

The full fix can be found in #123103 and should probably be included in
the next staging-next rotation.
2021-05-15 17:40:24 +02:00
..
clang llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
compiler-rt llvmPackages_{10,11,12}.compiler-rt: install resource txts to $out/share 2021-05-15 17:40:24 +02:00
libc++ llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
libc++abi llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
libunwind llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
lld llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
lldb llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
llvm llvmPackages: Multuple outputs for everythting 2021-04-30 05:41:00 +00:00
bintools.nix
default.nix Merge #122044: compiler-rt: Fix build by passing resource dir 2021-05-12 22:55:14 +02:00
openmp.nix