[Mlir-commits] [mlir] [MLIR][IRDL][CMake] CMake fixes for cross-compilation (PR #145672)
Maksim Levental
llvmlistbot at llvm.org
Tue Jul 1 15:56:40 PDT 2025
makslevental wrote:
Hmm looking at the custom command for `add_linalg_ods_yaml_gen` I see it does depend on `MLIR_LINALG_ODS_YAML_GEN_TARGET`:
https://github.com/llvm/llvm-project/blob/e9c9f8f3748a1666dfd099da7990ebe4523778bf/mlir/include/mlir/Dialect/Linalg/IR/CMakeLists.txt#L14-L18
Okay in the case maybe this is kosher - although that CMake for the tool itself is still fishy but 🤷.
https://github.com/llvm/llvm-project/pull/145672
More information about the Mlir-commits
mailing list