[llvm-dev] What is the correct way to cross-compile LLVM and run the (in-tree) tests on a target board?
Renato Golin via llvm-dev
llvm-dev at lists.llvm.org
Sat Feb 13 05:55:28 PST 2016
On 2 February 2016 at 16:21, Vasileios Kalintiris via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> 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?
Hi Vasileios,
It is possible, although a bit hacky. Gabor (CC'd) has done a similar
thing for AArch64 when the only thing we had were models.
There was a buildbot on it, maybe you can use the code to guide you through.
cheers,
--renato
More information about the llvm-dev
mailing list