[all-commits] [llvm/llvm-project] 5c9db6: [mlir][test] Add missing LIT config for `mlir-cpu-...

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Fri Jul 21 02:21:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c9db625873d9cbf891115f37265d093845b7cc7
      https://github.com/llvm/llvm-project/commit/5c9db625873d9cbf891115f37265d093845b7cc7
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2023-07-21 (Fri, 21 Jul 2023)

  Changed paths:
    M mlir/test/Integration/lit.local.cfg

  Log Message:
  -----------
  [mlir][test] Add missing LIT config for `mlir-cpu-config` + emulator

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:
  * https://lab.llvm.org/buildbot/#/builders/179
The breakage was originally introduced in
https://reviews.llvm.org/D155405.

Differential Revision: https://reviews.llvm.org/D155920




More information about the All-commits mailing list