[PATCH] D84004: [compiler-rt][asan] Define MemToShadowSize for sparc64

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 04:39:58 PDT 2020


ro added a comment.

In D84004#2158502 <https://reviews.llvm.org/D84004#2158502>, @tejohnson wrote:

> Oddly, I didn't get a bot failure notification for this one - do you know if it was it hidden behind another failure that showed up earlier?


You didn't miss anything: the Solaris buildbots are driven by the silent buildmaster, so there are no build breakage notifications.
There are a couple of test failures that I haven't been able to tackle in some time, so the buildbots had to be moved away from the regular
buildmaster.

I consider the current system (no failures -> green, any kind of failure -> red) as far too simplistic: while I can get work done with an
additional testsuite failure or two, if the build is broken, nothing can be done before that is fixed.  Treating both scenarios the same feels
very wrong to me.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84004/new/

https://reviews.llvm.org/D84004





More information about the llvm-commits mailing list