Add support for running the test-suite
Add a llvm.py subcommand 'run-test-suite' which runs the test-suite in a
given sandbox. This uses the 'test-suite' producer (as opposed to the
old 'nt' one) since this is what the buildbots use these days.
We don't update the helpers in the 'test-suite' directory because they
are obsolete (and using the 'nt' producer) and hopefully nobody has been
using them lately. Instead we add a really simple helper
'llvm-test-suite' which runs the test-suite with the compiler from
$LLVM_BLD. We keep this helper simple for the time being, but in the
future we may want to add more features here (e.g. a benchmarking mode,
core/number of threads detection etc).
We don't currently setup the sandbox. That will be a different commit.
Change-Id: I2bc661aa483f1ba40cb9bdc01f8d297cd1fb99d0
5 files changed