Loading pkgs/development/compilers/llvm/common/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -468,7 +468,7 @@ let } // lib.optionalAttrs (lib.versionAtLeast metadata.release_version "16") { mlir = callPackage ./mlir { }; libclc = callPackage ./libclc.nix { }; libclc = callPackage ./libclc { }; } // lib.optionalAttrs (lib.versionAtLeast metadata.release_version "19") { bolt = callPackage ./bolt { Loading pkgs/development/compilers/llvm/common/libclc.nix→pkgs/development/compilers/llvm/common/libclc/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: { ]; patches = [ ./libclc/libclc-gnu-install-dirs.patch ] [ ./libclc-gnu-install-dirs.patch ] # LLVM 19 changes how host tools are looked up. # Need to remove NO_DEFAULT_PATH and the PATHS arguments for find_program # so CMake can actually find the tools in nativeBuildInputs. Loading Loading
pkgs/development/compilers/llvm/common/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -468,7 +468,7 @@ let } // lib.optionalAttrs (lib.versionAtLeast metadata.release_version "16") { mlir = callPackage ./mlir { }; libclc = callPackage ./libclc.nix { }; libclc = callPackage ./libclc { }; } // lib.optionalAttrs (lib.versionAtLeast metadata.release_version "19") { bolt = callPackage ./bolt { Loading
pkgs/development/compilers/llvm/common/libclc.nix→pkgs/development/compilers/llvm/common/libclc/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: { ]; patches = [ ./libclc/libclc-gnu-install-dirs.patch ] [ ./libclc-gnu-install-dirs.patch ] # LLVM 19 changes how host tools are looked up. # Need to remove NO_DEFAULT_PATH and the PATHS arguments for find_program # so CMake can actually find the tools in nativeBuildInputs. Loading