Merge pull request #57847 from tomfitzhenry/backport-llvm-big-parallel

llvm: mark as big-parallel
This commit is contained in:
Michael Raskin
2019-03-18 13:00:03 +00:00
committed by GitHub

View File

@@ -137,6 +137,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/;