[llvm-dev] MCJIT on cross-toolchain?

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


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