[PATCH] D145763: llvm-exegesis: Only run X86 tests on X86 hosts
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 10 01:37:15 PST 2023
tstellar added a comment.
>From what I can tell the problem is not the JIT'd code, but registering the EHFrames. Maybe the endian differences make libgcc not able to read the EHFrames since they are generated for x86. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108994#c14
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