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

To fix the build as this patch was already upstreamed in the meantime.
This commit is contained in:
Michael Weiss
2022-02-27 18:40:07 +01:00
committed by GitHub
parent 6dc6d8c456
commit faae760e98
@@ -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;