This is an archive of the discontinued LLVM Phabricator instance.

Added support for git/github to LLVMBuildFactory.
ClosedPublic

Authored by andreil99 on Oct 16 2019, 8:34 AM.

Details

Summary

Now LLVMBuildFactory supports both a "legacy mode" with SVN checkout and a git/github checkout.

This provides a transparent way of dialing with the source code in all the bots which use LLVMBuildFactory directly or indirectly through UnifiedTreeBuilder.

is_legacy_mode is True by default to keep the status quo, but later will be changed to False to migrate all the supported bots to github.

Diff Detail

Repository
rL LLVM

Event Timeline

andreil99 created this revision.Oct 16 2019, 8:34 AM
This revision is now accepted and ready to land.Oct 16 2019, 11:00 AM

Thanks, Galina! Much appreciated.

Could you commit this for me, please?

vvereschaka accepted this revision.Oct 25 2019, 3:57 PM
andreil99 closed this revision.Nov 6 2019, 8:52 PM