[Openmp-commits] [PATCH] D39052: [CMake] Re-enable libomptarget and restrict tests to Clang 6.0.0

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Oct 30 06:45:31 PDT 2017


Hahnfeld added a comment.

In https://reviews.llvm.org/D39052#903481, @Hahnfeld wrote:

> In https://reviews.llvm.org/D39052#900920, @Hahnfeld wrote:
>
> > In https://reviews.llvm.org/D39052#900899, @hans wrote:
> >
> > > When we ran into the test failures last time, in PR33859, it turned out there were no upstream buildbots running the tests, so we didn't find out they were failing until we started the release process. Are the tests run by any buildbots now?
> >
> >
> > Good point, let me find that out and come back to you.
>
>
> Turned out they were not (yet). See linked revision that adapts the buildbot configuration to change that.


Hi Hans,

the following bots are now configured to test `libomptarget`:
http://lab.llvm.org:8011/builders/openmp-clang-x86_64-linux-debian
http://lab.llvm.org:8011/builders/openmp-clang-ppc64le-linux-debian
And this one will just build `libomptarget` with GCC:
http://lab.llvm.org:8011/builders/openmp-gcc-x86_64-linux-debian

Unfortunately, there is still an error with the arguments passed to lit that I just fixed but the master needs to be restarted...

Jonas


https://reviews.llvm.org/D39052





More information about the Openmp-commits mailing list