[llvm-dev] MCJIT on cross-toolchain?

Sergej Jaskiewicz via llvm-dev llvm-dev at lists.llvm.org
Sun Sep 1 13:49:43 PDT 2019


Correction: I’m talking about unit tests. They fail with access violation following the message "'skylake' is not a recognized processor for this target (ignoring processor)”.

> On 1 Sep 2019, at 23:42, Sergej Jaskiewicz <jaskiewiczs at icloud.com> wrote:
> 
> I apologize in advance if this is a somewhat silly question (I’m making my first steps in the infrastructure), but still.
> 
> Is it true that if an LLVM toolchain is compiled as a cross-toolchain, MCJIT is not expected to work?
> I’m still working on a toolchain that cross-compiles from Windows to ARM Linux, and I’ve managed to get clang and lld tests to pass, but some (not all) MCJIT tests are failing.
> 
> If the answer is yes, what would be the appropriate way to skip those tests?
> 
> Sergej.



More information about the llvm-dev mailing list