From f0d1b55145675a2b0e1727726331d4755ce7710c Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Mon, 6 Oct 2025 09:56:47 -0700 Subject: [PATCH] llvmPackages_git: 22.0.0-unstable-2025-09-28 -> 22.0.0-unstable-2025-10-05 --- .../compilers/llvm/22/llvm/gnu-install-dirs.patch | 2 +- pkgs/development/compilers/llvm/default.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/compilers/llvm/22/llvm/gnu-install-dirs.patch b/pkgs/development/compilers/llvm/22/llvm/gnu-install-dirs.patch index 38282f7de30d..646fccc28810 100644 --- a/pkgs/development/compilers/llvm/22/llvm/gnu-install-dirs.patch +++ b/pkgs/development/compilers/llvm/22/llvm/gnu-install-dirs.patch @@ -131,7 +131,7 @@ index 49df8fdcb7f7..c7cb05b82821 100644 - ActiveLibDir = ActivePrefix + "/lib" + LLVM_LIBDIR_SUFFIX; + { + SmallString<256> Path(LLVM_INSTALL_LIBDIR LLVM_LIBDIR_SUFFIX); -+ sys::fs::make_absolute(ActivePrefix, Path); ++ sys::path::make_absolute(ActivePrefix, Path); + ActiveLibDir = std::string(Path); + } { diff --git a/pkgs/development/compilers/llvm/default.nix b/pkgs/development/compilers/llvm/default.nix index a2cc98db07f3..efdf35dcbcc3 100644 --- a/pkgs/development/compilers/llvm/default.nix +++ b/pkgs/development/compilers/llvm/default.nix @@ -27,9 +27,9 @@ let "20.1.8".officialRelease.sha256 = "sha256-ysyB/EYxi2qE9fD5x/F2zI4vjn8UDoo1Z9ukiIrjFGw="; "21.1.1".officialRelease.sha256 = "sha256-IB9Z3bIMwfgw2W2Vxo89CmtCM9DfOyV2Ei64nqgHrgc="; "22.0.0-git".gitRelease = { - rev = "cac0635ee9e947b5f90130df2f471aa4b722e04b"; - rev-version = "22.0.0-unstable-2025-09-28"; - sha256 = "sha256-wOhLGRYbkJOM6uglKXWZ7/94w/Fi3K2tlyPWdOVsCvM="; + rev = "550b2ef041ba16ee8b5f55b5f2307f501b2c15a0"; + rev-version = "22.0.0-unstable-2025-10-05"; + sha256 = "sha256-K3wjvVFCjFpEDLdLWGWvAoAFGWWAKoD8a6xgXDslC7M="; }; } // llvmVersions;