[PATCH] D28634: [buildbot] Extend libomp builder to test bot standalone and in-tree builds with and without clang bootstrapping.

Jonas Hahnfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 23:44:26 PST 2017


Hahnfeld added a comment.

I don't quite like `Libiomp5Builder` to know all that complex steps. Would it be possible to extend the existing logic for building Clang to include `openmp`? That way we could later enable the testing on more builders that already build clang on each commit - and finally get rid of rebuilding clang for a simple standalone build


https://reviews.llvm.org/D28634





More information about the llvm-commits mailing list