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

Jonas Hahnfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 23:23:57 PST 2017


Hahnfeld added a comment.

Will you (as the bot owner) take care that `/home/bbot/opt/clang` is updated?

Ideally I think libomp should be built together with a full LLVM stack. So, building llvm + clang + openmp for all commits to these subprojects.

This would
a) enable us to catch regressions in clang itself because the libomp (and libomptarget in the future) tests are triggered for each commit to clang
b) remove the necessity to rebuild clang separately for each commit to libomp which is quite time consuming and doesn't give full coverage of all commits to clang.


https://reviews.llvm.org/D28492





More information about the llvm-commits mailing list