Unverified Commit 53aad6fa authored by Tristan Ross's avatar Tristan Ross
Browse files

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.
parent 8f6cc85e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 = ''