Merge pull request #57790 from grahamc/llvm-big-parallel

Llvm: mark as big parallel
This commit is contained in:
Graham Christensen 2019-03-17 15:00:55 -04:00 committed by GitHub
commit 8286ea652f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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/;