mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-13 02:39:58 +00:00
llvmPackages.mlir: enable structuredAttrs
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user