Update pkgs/development/compilers/llvm/17/mlir/default.nix

Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
Sameer Rahmani 2024-02-22 10:23:17 +00:00 committed by GitHub
parent 777f8c6a12
commit da2ccc5719
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
"-DLLVM_LINK_LLVM_DYLIB=off"
] ++ lib.optionals ((stdenv.hostPlatform != stdenv.buildPlatform) && !(stdenv.buildPlatform.canExecute stdenv.hostPlatform)) [
"-DLLVM_TABLEGEN_EXE=${buildLlvmTools.llvm}/bin/llvm-tblgen"
#"-DMLIR_TABLEGEN_EXE=${buildLlvmTools.llvm}/bin/mlir-tblgen"
"-DMLIR_TABLEGEN_EXE=${buildLlvmTools.mlir}/bin/mlir-tblgen"
];
outputs = [ "out" "dev" ];