This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Reduce # targets built on Linaro flang bots
ClosedPublic

Authored by rovka on Jun 28 2021, 4:18 AM.

Details

Summary

The flang bots are only running check-flang and are not really
exercising the backend in any way. At the moment most of them
are taking about 1h to run, and we should be able to reduce that
a bit by disabling targets other than the host (AArch64) on them.

Diff Detail

Event Timeline

rovka created this revision.Jun 28 2021, 4:18 AM
rovka requested review of this revision.Jun 28 2021, 4:18 AM
awarzynski accepted this revision.Jun 28 2021, 5:46 AM

LGTM, thanks!

This revision is now accepted and ready to land.Jun 28 2021, 5:46 AM
This revision was automatically updated to reflect the committed changes.