llvmPackages.{clang,mlir}: Mark big-parallel (#401669)

This commit is contained in:
Vladimír Čunát
2025-04-29 08:15:17 +02:00
2 changed files with 2 additions and 0 deletions
@@ -298,6 +298,7 @@ stdenv.mkDerivation (
++ (finalAttrs.passthru.hardeningUnsupportedFlags or [ ]);
};
requiredSystemFeatures = [ "big-parallel" ];
meta = llvm_meta // {
homepage = "https://clang.llvm.org/";
description = "C language family frontend for LLVM";
@@ -87,6 +87,7 @@ stdenv.mkDerivation (finalAttrs: {
"dev"
];
requiredSystemFeatures = [ "big-parallel" ];
meta = llvm_meta // {
# Very broken since the dependencies aren't propagating at all with tblgen through the CMake.
broken = lib.versionAtLeast release_version "20";