[PATCH] D148807: [llvm-exegesis][AArch64] Only run tests on aarch64 hosts

Pavel Kosov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 05:59:58 PDT 2023


kpdev42 added a comment.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148807/new/

https://reviews.llvm.org/D148807



More information about the llvm-commits mailing list