nixpkgs/pkgs/development/compilers/llvm/14
sternenseemann 0083a683d7 Revert "llvmPackages: do not include static archives when shared…"
Reverts #162607 / 1748887ff2.

Reason for revert: This change caused llvm-config{,-native} to be unable
to find static archives bundled with LLVM, as has been [reported]. Ever
since #152944 using moveToOutput in LLVM is _evil_ because llvm-config
obtains it knowledge about the installation locations from the CMake
configure step.

Consequently a change like #162607 will need to be implemented by making
LLVM itself install the static archives to the correct location or by
adding yet another patch which updates llvm-config's knowledge of the
location. The latter is not desireable in my opinion, though, since it
is just asking for this sort of trouble: Before #152944 we had an
outputs.patch that did this sort of things which broke spectacularly in
edge cases.

Fixes #148117.

[reported]: https://github.com/NixOS/nixpkgs/issues/148117#issuecomment-1158245576
2022-07-05 15:03:12 +02:00
..
bintools Revert "Add mingwW64-llvm cross-system." 2022-05-18 13:50:23 +02:00
clang llvmPackages_14.clang: include clang-tools-extra in src for use 2022-04-01 11:09:39 -05:00
compiler-rt clang_14: drop out-of-date armv7l patch 2022-06-20 15:37:47 +03:00
libcxx llvmPackages_14: Fix remaining broken gnu-install-dirs patches 2022-06-08 16:43:04 +00:00
libcxxabi llvmPackages_14: Fix remaining broken gnu-install-dirs patches 2022-06-08 16:43:04 +00:00
libunwind llvmPackages_14: Fix remaining broken gnu-install-dirs patches 2022-06-08 16:43:04 +00:00
lld Clarify that lld package provides unwrapped lld 2022-03-27 18:14:55 -04:00
lldb llvmPackages_14: Mark broken packages 2022-03-01 23:37:00 +01:00
llvm Revert "llvmPackages: do not include static archives when shared…" 2022-07-05 15:03:12 +02:00
openmp openmp: disable tests due to failures 2022-03-24 18:58:38 -05:00
default.nix Revert "Add mingwW64-llvm cross-system." 2022-05-18 13:50:23 +02:00