This is an archive of the discontinued LLVM Phabricator instance.

[AIX][PowerPC] Have AIX buildbot build compiler-rt and build and test llvm-test-suite
ClosedPublic

Authored by ZarkoCA on Jan 6 2022, 8:32 AM.

Details

Summary

Update the config so we build compiler-rt as a runtime and test llvm-test-suite.

Diff Detail

Event Timeline

ZarkoCA created this revision.Jan 6 2022, 8:32 AM
ZarkoCA requested review of this revision.Jan 6 2022, 8:32 AM
ZarkoCA planned changes to this revision.Jan 6 2022, 9:50 AM
ZarkoCA updated this revision to Diff 397928.Jan 6 2022, 10:25 AM
ZarkoCA retitled this revision from [AIX][PowerPC] Have AIX buildbot checkout and build compiler-rt to [AIX][PowerPC] Have AIX buildbot build compiler-rt and build and test llvm-test-suite.
ZarkoCA edited the summary of this revision. (Show Details)

Enabled test-suite.

daltenty accepted this revision.Jan 7 2022, 8:51 AM

LGTM with minor nit. Thanks!

buildbot/osuosl/master/config/builders.py
683–684

nit: looking at the base UnifiedTreeBuilder, I think this may be the default.

692

nit: ditto the earlier comment about defaults

This revision is now accepted and ready to land.Jan 7 2022, 8:51 AM
ZarkoCA updated this revision to Diff 399728.Jan 13 2022, 10:53 AM
  • Address comments (removed settings that are already default)