[PATCH] D28492: [buildbot] Add slave to test libomp for ppc64le targets.

Jonas Hahnfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 07:27:01 PST 2017


Hahnfeld added a comment.

In https://reviews.llvm.org/D28492#641276, @sfantao wrote:

> I agree. I think that we should also have separate in-tree and standalone builds for openmp given that there is a lot of stuff in the build system that depends on that. In summary:
>  i) llvm+clang+openmp in tree build with machine stable compiler
>  ii) standalone openmp build with the compiler built in i)
>  iii) standalone openmp build with the machine stable compiler


Why do we need ii)? i) will use the just-built compiler to test the openmp runtime AFAIK

> We could skip iii), but it is a fairly quick build. I don't mind working on a patch to do this on `ppc64le-nvidia-K40`. Was there any discussion to do that on the existing slave?
> 
> Thanks,
> Samuel

There was some discussion last year but I think nothing has happened so far :-/ http://lists.llvm.org/pipermail/openmp-dev/2016-March/001179.html


https://reviews.llvm.org/D28492





More information about the llvm-commits mailing list