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

Samuel Antao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 07:56:29 PST 2017


sfantao added a comment.

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

The reason I am proposing ii) is to test the build of the library itself. Making sure the library build without issues with the latest clang would be something good to have. In terms of the runtime tests, they would basically use similar builds but exercising different logic in the build system.

Thanks,
Samuel


https://reviews.llvm.org/D28492





More information about the llvm-commits mailing list