This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Add buildbot for Synopsys ARC
ClosedPublic

Authored by Lily_He on Apr 27 2021, 1:26 AM.

Details

Summary

Create AWS worker for LLVM Experimental Target : ARC

Diff Detail

Event Timeline

Lily_He requested review of this revision.Apr 27 2021, 1:26 AM
Lily_He created this revision.
Lily_He updated this revision to Diff 341066.Apr 27 2021, 8:45 PM
Lily_He updated this revision to Diff 341078.Apr 27 2021, 11:54 PM
Lily_He updated this revision to Diff 341082.Apr 28 2021, 12:23 AM
gkistanova accepted this revision.Apr 29 2021, 12:51 AM

Looks good with a nitpick.

Unless I'm missing something, you do not really need to specify llvm_srcdir, obj_dir, and clean. The defaults should work well for your case. They are specified for the nearby builders, but that's for the backward compatibility for builders which are around for a long time.

Please feel free to commit with these changes.

buildbot/osuosl/master/config/builders.py
1877

If you don't have a strong reason to define the name of the source code root, you could just skip this param and use the default name.

1878

If you don't have a strong reason to define the name of the build directory, you could just skip this param and use the default name.

1879

If you do not want to force always clean builds, you can just skip this param.

This revision is now accepted and ready to land.Apr 29 2021, 12:51 AM
Lily_He updated this revision to Diff 341427.Apr 29 2021, 1:01 AM
This revision was landed with ongoing or failed builds.Apr 29 2021, 5:43 AM
This revision was automatically updated to reflect the committed changes.