[llvm-dev] Revisions that cause buildbot problems but aren't on blame lists
Renato Golin via llvm-dev
llvm-dev at lists.llvm.org
Tue Nov 3 05:40:40 PST 2015
On 31 October 2015 at 03:43, Daniel Sanders <Daniel.Sanders at imgtec.com> wrote:
> I've had this problem on a compiler-rt change too. It was on the clang-cmake-mips builder earlier this week.
Hi Daniel,
Your buildbot should really be in the _get_sanitizer_builders() list,
instead of the _get_clang_fast_builders(), because the former monitors
compiler-rt changes, while the latter doesn't.
This would have made Adhemerval aware that his commit broke that bot. :)
cheers,
--renato
More information about the llvm-dev
mailing list