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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user