Loading pkgs/development/compilers/circt/circt-llvm.nix +3 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,9 @@ --replace "$out/bin/llvm-config" "$dev/bin/llvm-config" # patch path for llvm-config ''; doCheck = true; # circt only use the mlir part of llvm, occasionally there are some unrelated failure from llvm, # disable the llvm check, but keep the circt check enabled. doCheck = false; checkTarget = "check-mlir"; meta = llvm.meta // { Loading Loading
pkgs/development/compilers/circt/circt-llvm.nix +3 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,9 @@ --replace "$out/bin/llvm-config" "$dev/bin/llvm-config" # patch path for llvm-config ''; doCheck = true; # circt only use the mlir part of llvm, occasionally there are some unrelated failure from llvm, # disable the llvm check, but keep the circt check enabled. doCheck = false; checkTarget = "check-mlir"; meta = llvm.meta // { Loading