[PATCH] D29030: [LNT] Add cross-compilation support to 'lnt runtest test-suite'

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 09:18:22 PST 2017


MatzeB added inline comments.


================
Comment at: lnt/tests/test_suite.py:389
+
+        if self.opts.cc is not None and \
+           self.opts.cross_compiling_toolchain_file is not None:
----------------
kristof.beyls wrote:
> rengolin wrote:
> > So the tools like fpcmp will be compiled to the target and executed on the QEMU as well?
> No, the test-suite's cmake infrastructure already handles this well: tools like fpcmp are built and run natively on the host.
qemu can probably be used with the --run-under flag.


https://reviews.llvm.org/D29030





More information about the llvm-commits mailing list