mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
Merge pull request #57847 from tomfitzhenry/backport-llvm-big-parallel
llvm: mark as big-parallel
This commit is contained in:
@@ -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/;
|
||||
|
||||
Reference in New Issue
Block a user