The add-return.s test is failing on s390x.
See also e30ce634f75c01cc8784cb0c4972c42987178c1d.
Differential D148807
[llvm-exegesis][AArch64] Only run tests on aarch64 hosts tstellar on Apr 20 2023, 8:15 AM. Authored by
Details
Diff Detail
Event TimelineComment Actions Sorry for delay, this patch https://reviews.llvm.org/D148921 should fix the tests on s390x and make it possible to run tests that not involve code execution on any platform. The issue seems to be because llvm-exegesis was initially intended to only generate code for host CPU, so even after --mtriple option was introduced it used MCJIT for fetching assembled_snippet for historical reasons. |