This is an archive of the discontinued LLVM Phabricator instance.

Specify compiler host server through environment variable for bisection tool
ClosedPublic

Authored by Andi on Jan 11 2018, 1:04 PM.

Details

Summary

The bisection tool goes to a specific URL by default to fetch compilers.
This patch allows a user to specify an environment variable which then contains the URL from which the bisection tool tries to fetch the compilers.

Diff Detail

Repository
rL LLVM

Event Timeline

Andi created this revision.Jan 11 2018, 1:04 PM
cmatthews accepted this revision.Jan 11 2018, 1:08 PM

Looks good. Thanks Andi!

This revision is now accepted and ready to land.Jan 11 2018, 1:08 PM
JDevlieghere accepted this revision.Jan 11 2018, 2:37 PM
This revision was automatically updated to reflect the committed changes.