[Mlir-commits] [llvm] [mlir] Fix CMake dependencies on mlir-linalg-ods-yaml-gen (PR #111973)

Thomas Preud'homme llvmlistbot at llvm.org
Mon Oct 14 05:10:44 PDT 2024


RoboTux wrote:

@tbaederr Was it an incremental build? With this patch the target name should be ${tool_name}, i.e. clang. However it is set in that way:
`  set(${target_var_name} "${target_name}" CACHE STRING "")`
So I wonder if you had an old value in the cache.

https://github.com/llvm/llvm-project/pull/111973


More information about the Mlir-commits mailing list