This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Add the AVR builder 'llvm-avr-linux' back, pulling from GitHub
ClosedPublic

Authored by dylanmckay on Nov 26 2019, 5:42 AM.

Details

Reviewers
gkistanova
Summary

This patch brings back the existing AVR builder that was removed in
3b645861c5110a9d11bf5f6d936ca074212cc452 due to it being incompatible
with the GitHub only repo we now have.

The builder now uses the 'getClangCMakeBuildFactory()' factory, instead
of 'getLLVMCMakeBuildFactory()' as it used to.

Event Timeline

dylanmckay created this revision.Nov 26 2019, 5:42 AM
This revision is now accepted and ready to land.Dec 18 2019, 12:03 PM