Merge #122803: llvm*: patch to fix a test on older CPUs

This commit is contained in:
Vladimír Čunát
2021-05-14 22:31:23 +02:00
4 changed files with 27 additions and 3 deletions
@@ -57,6 +57,9 @@ in stdenv.mkDerivation (rec {
patches = [
./gnu-install-dirs.patch
# Force a test to evaluate the saved benchmark for a CPU for which LLVM has
# an execution model. See NixOS/nixpkgs#119673.
../../exegesis-force-bdver2.patch
] ++ lib.optional enablePolly ./gnu-install-dirs-polly.patch;
postPatch = optionalString stdenv.isDarwin ''