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.
This commit is contained in:
Tristan Ross
2025-05-04 21:19:49 -07:00
parent 8f6cc85e83
commit 53aad6fa0e
@@ -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 = ''