llvmPackages_git.llvm: Drop llvm-config-link-static.patch (#162101)

To fix the build as this patch was already upstreamed in the meantime.

authored by Michael Weiss and committed by GitHub faae760e 6dc6d8c4

-6
-6
pkgs/development/compilers/llvm/git/llvm/default.nix
··· 60 60 checkInputs = [ which ]; 61 61 62 62 patches = [ 63 - # When cross-compiling we configure llvm-config-native with an approximation 64 - # of the flags used for the normal LLVM build. To avoid the need for building 65 - # a native libLLVM.so (which would fail) we force llvm-config to be linked 66 - # statically against the necessary LLVM components always. 67 - ../../llvm-config-link-static.patch 68 - 69 63 ./gnu-install-dirs.patch 70 64 ] ++ lib.optional enablePolly ./gnu-install-dirs-polly.patch; 71 65