llvmPackages.mlir: enable structuredAttrs

This commit is contained in:
Stefan Frijters
2026-08-14 00:05:11 +02:00
parent 2e17f188f7
commit fd7ab9664f

View File

@@ -98,6 +98,9 @@ stdenv.mkDerivation (finalAttrs: {
];
requiredSystemFeatures = [ "big-parallel" ];
__structuredAttrs = true;
meta = llvm_meta // {
homepage = "https://mlir.llvm.org/";
description = "Multi-Level IR Compiler Framework";