[all-commits] [llvm/llvm-project] 132bf4: [mlir][aarch64] Remove LIT config for lli (#89545)
Andrzej Warzyński via All-commits
all-commits at lists.llvm.org
Tue Apr 23 03:06:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 132bf4aedd678277b57d8e2bdabf9a1e9eb254c5
https://github.com/llvm/llvm-project/commit/132bf4aedd678277b57d8e2bdabf9a1e9eb254c5
Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
Date: 2024-04-23 (Tue, 23 Apr 2024)
Changed paths:
M mlir/test/Integration/lit.local.cfg
Log Message:
-----------
[mlir][aarch64] Remove LIT config for lli (#89545)
This change will only affect MLIR integration tests to be run on
AArch64. When originally introduced, these tests would run with `lli`.
Those tests has since been updated to use `mlir-cpu-runner` instead, see
e.g.:
* https://reviews.llvm.org/D155405
* https://reviews.llvm.org/D146917
This patch removes all the leftover `lli` configuration in LIT that's
currently not needed (and is unlikely to be needed any time soon).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list