mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
llvmPackages_rocm: add big-parallel for clang-unwrapped, clang-tools-extra, and mlir
This commit is contained in:
parent
d2bc96e5b5
commit
95768ef3b6
@ -72,6 +72,8 @@ let
|
||||
extraPostInstall = ''
|
||||
mv bin/clang-tblgen $out/bin
|
||||
'';
|
||||
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
};
|
||||
|
||||
lld = callPackage ./llvm.nix rec {
|
||||
@ -437,6 +439,8 @@ in rec {
|
||||
# Cleanup empty directories
|
||||
find $out -type d -empty -delete
|
||||
'';
|
||||
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
};
|
||||
|
||||
# Projects
|
||||
@ -549,6 +553,7 @@ in rec {
|
||||
'';
|
||||
|
||||
checkTargets = [ "check-${targetName}" ];
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
};
|
||||
|
||||
polly = callPackage ./llvm.nix rec {
|
||||
|
Loading…
Reference in New Issue
Block a user