These tests were failing on SystemZ host, I don't think JIT'ing X86
modules on SystemZ is supported.
The tests were initiallay enabled on all arches by
7a76140220bd2c4730a2c39b6fd645402040f011.
Differential D145763
llvm-exegesis: Only run X86 tests on X86 hosts tstellar on Mar 9 2023, 9:11 PM. Authored by
Details These tests were failing on SystemZ host, I don't think JIT'ing X86 The tests were initiallay enabled on all arches by
Diff Detail
Event TimelineComment Actions
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. Comment Actions 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 |