This is an archive of the discontinued LLVM Phabricator instance.

Add buildbot for Clang for XCore target on Ubuntu host.
ClosedPublic

Authored by nigelp-xmos on Feb 23 2021, 4:12 AM.

Details

Reviewers
gkistanova

Event Timeline

nigelp-xmos created this revision.Feb 23 2021, 4:12 AM
nigelp-xmos requested review of this revision.Feb 23 2021, 4:12 AM
gkistanova accepted this revision.Mar 2 2021, 7:37 PM

It is good with a couple of small things to address.

Please feel free to commit with the changes.

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

No need to specify the LLVM_ENABLE_PROJECTS, unless this is something really special. The factory will take care of this based on the list of dependent projects and given build factory arguments.

830

No need in extra quotation marks. Specifying the list like "-DLLVM_LIT_ARGS:STRING=--xunit-xml-output xunit.xml -sv" is fine.

This revision is now accepted and ready to land.Mar 2 2021, 7:37 PM

Revise as per review comments.

nigelp-xmos marked 2 inline comments as done.Mar 3 2021, 2:41 AM