Skip to content

Commit

Permalink
llvmPackages_git.llvm: Drop llvm-config-link-static.patch (#162101)
Browse files Browse the repository at this point in the history
To fix the build as this patch was already upstreamed in the meantime.
  • Loading branch information
primeos authored Feb 27, 2022
1 parent 6dc6d8c commit faae760
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkgs/development/compilers/llvm/git/llvm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ in stdenv.mkDerivation (rec {
checkInputs = [ which ];

patches = [
# When cross-compiling we configure llvm-config-native with an approximation
# of the flags used for the normal LLVM build. To avoid the need for building
# a native libLLVM.so (which would fail) we force llvm-config to be linked
# statically against the necessary LLVM components always.
../../llvm-config-link-static.patch

./gnu-install-dirs.patch
] ++ lib.optional enablePolly ./gnu-install-dirs-polly.patch;

Expand Down

0 comments on commit faae760

Please sign in to comment.