This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis][AArch64] Only run tests on aarch64 hosts
ClosedPublic

Authored by tstellar on Apr 20 2023, 8:15 AM.

Diff Detail

Event Timeline

tstellar created this revision.Apr 20 2023, 8:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2023, 8:15 AM
tstellar requested review of this revision.Apr 20 2023, 8:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2023, 8:15 AM
Herald added a subscriber: courbet. · View Herald Transcript

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.

courbet accepted this revision.Apr 21 2023, 6:34 AM

Let's submit this quick fix first and we can re-enable it after your other patch.

This revision is now accepted and ready to land.Apr 21 2023, 6:34 AM
This revision was landed with ongoing or failed builds.Apr 21 2023, 7:18 AM
This revision was automatically updated to reflect the committed changes.