[LLVMdev] Unit tests - ARM
Tim Northover
t.p.northover at gmail.com
Thu Nov 15 09:45:23 PST 2012
Hi Raul,
I've successfully run them over ssh using LNT without too much
difficulty. There is documentation on getting started with the LNT
system here: http://llvm.org/docs/lnt/quickstart.html.
It doesn't specifically mention remote execution, but if you give the
lnt command a "--help" option then there are a few reasonably
self-explanatory options described (--remote, --remote-host,
--remote-port, --remote-dir).
I think the main problem I had was that LNT couldn't cope with Clang's
version string when it had been compiled with CMake so I just ran a
quick autotools build.
Tim.
More information about the llvm-dev
mailing list