Similarly to when using lli, make sure that when using
mlir-cpu-runner with an emulator, a full path to mlir-cpu-runner is
used. Otherwise mlir-cpu-runner won't be found and you will get the
following error:
Error while loading mlir-cpu-runner: No such file or directory
This patch should fix:
The breakage was originally introduced in
https://reviews.llvm.org/D155405.
should this be mlir_tools_dir? Looks like it can be configured separately in CMake?