[Mlir-commits] [mlir] [MLIR] Install missing standalone helper tools (PR #205066)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu Jul 9 09:46:09 PDT 2026
https://github.com/banach-space approved this pull request.
This is not my area of expertise, so I looked for some reference examples to make sure this is following an established pattern.
For `mlir-irdl-to-cpp`, I found this (also defined via `add_llvm_executable`): https://github.com/llvm/llvm-project/blob/adcd0b736e3b949c71b67c658f4c22242a4f21d1/clang/tools/c-index-test/CMakeLists.txt?plain=1#L53-L71
For `mlir-src-shader`, I have found this (also defined via `add_tablegen`): https://github.com/llvm/llvm-project/blob/adcd0b736e3b949c71b67c658f4c22242a4f21d1/mlir/tools/mlir-tblgen/CMakeLists.txt?plain=1#L8-L10
Based on that, LGTM, thank you and sorry for the delay!
https://github.com/llvm/llvm-project/pull/205066
More information about the Mlir-commits
mailing list