Unverified Commit f44f4376 authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

Merge pull request #232279 from kira-bruneau/llvmPackages_rocm

llvmPackages_rocm.llvm: build on big-parallel
parents fe3d7ad8 0aee301a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ let
  # Stage 1
  # Base
  llvm = callPackage ./llvm.nix {
    requiredSystemFeatures = [ "big-parallel" ];
    isBroken = stdenv.isAarch64; # https://github.com/RadeonOpenCompute/ROCm/issues/1831#issuecomment-1278205344
  };

+3 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@
  )
)]
, extraPostInstall ? ""
, requiredSystemFeatures ? [ ]
, extraLicenses ? [ ]
, isBroken ? false
}:
@@ -158,6 +159,8 @@ in stdenv.mkDerivation (finalAttrs: {
    };
  };

  inherit requiredSystemFeatures;

  meta = with lib; {
    description = "ROCm fork of the LLVM compiler infrastructure";
    homepage = "https://github.com/RadeonOpenCompute/llvm-project";