From 8f6cc85e832da02bad42082afa91bc911619aa03 Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Tue, 29 Apr 2025 19:28:36 -0700 Subject: [PATCH 1/2] llvmPackages_20: 20.1.3 -> 20.1.4 --- pkgs/development/compilers/llvm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/llvm/default.nix b/pkgs/development/compilers/llvm/default.nix index 0c04a505e448..b1f52bce4447 100644 --- a/pkgs/development/compilers/llvm/default.nix +++ b/pkgs/development/compilers/llvm/default.nix @@ -31,7 +31,7 @@ let "17.0.6".officialRelease.sha256 = "sha256-8MEDLLhocshmxoEBRSKlJ/GzJ8nfuzQ8qn0X/vLA+ag="; "18.1.8".officialRelease.sha256 = "sha256-iiZKMRo/WxJaBXct9GdAcAT3cz9d9pnAcO1mmR6oPNE="; "19.1.7".officialRelease.sha256 = "sha256-cZAB5vZjeTsXt9QHbP5xluWNQnAHByHtHnAhVDV0E6I="; - "20.1.3".officialRelease.sha256 = "sha256-sOl90iRBlD+DGJs72JrP9cJz6XmWs/5PL+uW4nt6LA0="; + "20.1.4".officialRelease.sha256 = "sha256-/WomqG2DdnUHwlVsMfpzaK/dhGV3zychfU0wLmihQac="; "21.0.0-git".gitRelease = { rev = "ebba554a3211b0b98d3ae33ba70f9d6ceaab6ad4"; rev-version = "21.0.0-unstable-2025-04-13"; From 53aad6fa0ed8e405d96efa03ae8949ae00c18a4e Mon Sep 17 00:00:00 2001 From: Tristan Ross Date: Sun, 4 May 2025 21:19:44 -0700 Subject: [PATCH 2/2] llvmPackages_20.mlir: unmark as broken Context: #402482 mlir was originally broken when we got LLVM 20.1.1. Some time after it, mlir is working but did not get marked as working. --- pkgs/development/compilers/llvm/common/mlir/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/compilers/llvm/common/mlir/default.nix b/pkgs/development/compilers/llvm/common/mlir/default.nix index 40733ac29bb5..fc3c7cb9116b 100644 --- a/pkgs/development/compilers/llvm/common/mlir/default.nix +++ b/pkgs/development/compilers/llvm/common/mlir/default.nix @@ -88,8 +88,6 @@ stdenv.mkDerivation (finalAttrs: { ]; meta = llvm_meta // { - # Very broken since the dependencies aren't propagating at all with tblgen through the CMake. - broken = lib.versionAtLeast release_version "20"; homepage = "https://mlir.llvm.org/"; description = "Multi-Level IR Compiler Framework"; longDescription = ''