[polly] r279734 - Introduce unittests.

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 06:58:47 PDT 2016


On Thu, Aug 25, 2016, at 03:53 PM, Michael Kruse via llvm-commits wrote:
> Thanks for the not. It seems that libtinfo is not available on that
> buildslave. Do you know whether LLVM's unit tests work on that
> machine? If yes, I need to find out how LLVM handles this.

These are the parkas machines that also handle our try bots.

The first point I noticed is that we build the unit tests even before
running make check. LLVM does not do this and it seems to make sense to
not include them in the default 'make' target. This would also bring the
buildbots back.

I have no idea if unittests work on the parkas machines. If you need, I
can give you SSH access to try it out.

Best,
Tobias


More information about the llvm-commits mailing list