[PATCH] D145763: llvm-exegesis: Only run X86 tests on X86 hosts
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 10 01:24:51 PST 2023
courbet accepted this revision.
courbet added a comment.
This revision is now accepted and ready to land.
> I don't think JIT'ing X86 modules on SystemZ is supported.
This is weird, right ? the JITing code should be purely target agnostic. Do you have a link to a failing test so I can have a look ?
In the meantime I'm fine submitting this, the main use case is to JIT and run on the same architecture.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145763/new/
https://reviews.llvm.org/D145763
More information about the llvm-commits
mailing list