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

View File

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