This is an archive of the discontinued LLVM Phabricator instance.

Add support for LLVM_REPOSITORY_STRING.
AbandonedPublic

Authored by srhines on Jan 29 2018, 7:12 PM.

Details

Reviewers
beanz
Summary

Without this, vendor Clang builds can occasionally pick up an arbitrary
mirror location for the repository (at least on Android builds). This
allows vendor builds to be more reproducible.

Diff Detail

Event Timeline

srhines created this revision.Jan 29 2018, 7:12 PM
niosHD added a subscriber: niosHD.Jan 30 2018, 7:53 AM
srhines abandoned this revision.Feb 16 2018, 4:52 PM

I'm going to solve this a different way.