bootstrap-tools: Update to LLVM 11

This commit is contained in:
toonn 2021-04-13 19:22:29 +02:00
parent 3b8782a806
commit 4a2698221b
No known key found for this signature in database
GPG Key ID: A1756943D328A924

View File

@ -14,8 +14,7 @@ let cross = if crossSystem != null
in with import pkgspath ({ inherit system; } // cross // custom-bootstrap);
let
llvmPackageSet = if stdenv.hostPlatform.isAarch64 then "llvmPackages_11" else "llvmPackages_7";
llvmPackages = pkgs."${llvmPackageSet}";
llvmPackages = llvmPackages_11;
storePrefixLen = builtins.stringLength builtins.storeDir;
in rec {
coreutils_ = coreutils.override (args: {