From e458a01401cf135037eabe7edb351bc3d6235ec6 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Thu, 3 Jun 2021 20:14:05 +0200 Subject: llvmPackages_git: Copy from llvmPackages_12 The purpose of this package is to continuously improve the LLVM packaging in Nixpkgs without causing a lot of rebuilds and provide more recent LLVM builds for users. For more details see: https://github.com/NixOS/nixpkgs/issues/114828 --- pkgs/top-level/aliases.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pkgs/top-level/aliases.nix') diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index ba631bb45ec..f218aacdfcd 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1071,4 +1071,11 @@ mapAliases ({ sddm ; + # LLVM packages for (integration) testing that should not be used inside Nixpkgs: + llvmPackages_git = recurseIntoAttrs (callPackage ../development/compilers/llvm/git { + inherit (stdenvAdapters) overrideCC; + buildLlvmTools = buildPackages.llvmPackages_git.tools; + targetLlvmLibraries = targetPackages.llvmPackages_git.libraries; + }); + }) -- cgit 1.4.1