[llvm-dev] What is the correct way to cross-compile LLVM and run the (in-tree) tests on a target board?

Vasileios Kalintiris via llvm-dev llvm-dev at lists.llvm.org
Tue Feb 2 08:21:49 PST 2016


Hi all,

Is there any way to cross-compile LLVM and run check-all, or just the llvm-lit tests, (after moving the build directory) on the target machine?

As far as I can tell from the CMakefiles, there's support only for cross-compiling LLVM and not for running the tests with the resulting compiler.

Thanks,
Vasileios


More information about the llvm-dev mailing list