[all-commits] [llvm/llvm-project] e30ce6: llvm-exegesis: Only run target specfic tests on na...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Fri Mar 10 11:25:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e30ce634f75c01cc8784cb0c4972c42987178c1d
https://github.com/llvm/llvm-project/commit/e30ce634f75c01cc8784cb0c4972c42987178c1d
Author: Tom Stellard <tstellar at redhat.com>
Date: 2023-03-10 (Fri, 10 Mar 2023)
Changed paths:
M llvm/test/tools/llvm-exegesis/PowerPC/lit.local.cfg
M llvm/test/tools/llvm-exegesis/X86/lit.local.cfg
Log Message:
-----------
llvm-exegesis: Only run target specfic tests on native hosts
These tests were failing on SystemZ hosts, I don't think JIT'ing non-SystemZ
modules on SystemZ is supported.
The tests were initiallay enabled on all arches by
7a76140220bd2c4730a2c39b6fd645402040f011.
Differential Revision: https://reviews.llvm.org/D145763
More information about the All-commits
mailing list