[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
Sun Feb 21 04:30:39 PST 2016


On 15 February 2016 at 22:17, Vasileios Kalintiris
<Vasileios.Kalintiris at imgtec.com> wrote:
> @Renato: Is the buildbot or its configuration still available anywhere (I guess in zorg's history)? I'd like to take a look out of curiosity.

Hi Vasileios,

Yes, it was removed on r259397.

It uses the LLVMBuildFactory:

Check-all:
         'factory':
LLVMBuilder.getLLVMBuildFactory(config_name='Release+Asserts',

extra_configure_args=["--host=aarch64-linux-gnu"])},

Test-suite:
         'factory' : LNTBuilder.getLNTFactory(triple='aarch64-linux-gnu',

nt_flags=['--llvm-arch=AArch64', '-j4'],
                                              jobs=4,
use_pty_in_tests=True, clean=False,

testerName='LNT-TestOnly-AArch64', run_cxx_tests=True)},

cheers,
--renato


More information about the llvm-dev mailing list