llvm: mark as big-parallel
Big parallel jobs get many more (45) aarch64 cores than standard builds.
This commit is contained in:
parent
066b7073b4
commit
49551b6feb
|
@ -131,6 +131,7 @@ in stdenv.mkDerivation (rec {
|
||||||
|
|
||||||
passthru.src = src;
|
passthru.src = src;
|
||||||
|
|
||||||
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Collection of modular and reusable compiler and toolchain technologies";
|
description = "Collection of modular and reusable compiler and toolchain technologies";
|
||||||
homepage = http://llvm.org/;
|
homepage = http://llvm.org/;
|
||||||
|
|
Loading…
Reference in New Issue