Merge pull request #57790 from grahamc/llvm-big-parallel
Llvm: mark as big parallel
This commit is contained in:
commit
8286ea652f
|
@ -131,6 +131,7 @@ in stdenv.mkDerivation (rec {
|
|||
|
||||
passthru.src = src;
|
||||
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
meta = {
|
||||
description = "Collection of modular and reusable compiler and toolchain technologies";
|
||||
homepage = http://llvm.org/;
|
||||
|
|
Loading…
Reference in New Issue