[all-commits] [llvm/llvm-project] f2b0bf: llvm-exegesis: Only run target specfic tests on na...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Tue Apr 18 18:06:37 PDT 2023
Branch: refs/heads/release/16.x
Home: https://github.com/llvm/llvm-project
Commit: f2b0bf3208246f0b41e2b5dc73bccdc2064b17e2
https://github.com/llvm/llvm-project/commit/f2b0bf3208246f0b41e2b5dc73bccdc2064b17e2
Author: Tom Stellard <tstellar at redhat.com>
Date: 2023-04-18 (Tue, 18 Apr 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
(cherry picked from commit e30ce634f75c01cc8784cb0c4972c42987178c1d)
More information about the All-commits
mailing list