[PATCH] D36331: Add ARC backend
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 20 23:52:22 PDT 2017
asb added a comment.
In https://reviews.llvm.org/D36331#847065, @Eugene.Zelenko wrote:
> Are experimental targets included in All targets? If not, do we have build bot which build experimental targets? Just to make sure that API of headers changes will not break them.
They are not. The convention is to set up a buildslave for the staging buildbot <http://lab.llvm.org:8014/>. This doesn't send emails upon failure, but allows the maintainer of an experimental target (and contributors) to check for build breakage.
https://reviews.llvm.org/D36331
More information about the llvm-commits
mailing list