llvm: mark as big-parallel

Big parallel jobs get many more (45) aarch64 cores than standard builds.
This commit is contained in:
Graham Christensen 2019-03-17 08:28:56 -04:00
parent 066b7073b4
commit 49551b6feb
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

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