This is an archive of the discontinued LLVM Phabricator instance.

[buildbot] Force lld for ThinLTO whole program devirtualization worker
ClosedPublic

Authored by tejohnson on Dec 21 2020, 10:34 AM.

Details

Summary

Force use of lld, so that the configure step uses it. Otherwise we get
an error on the 3rd stage configure which will use the lld-only
--lto-whole-program-devirtualization option.

See: http://lab.llvm.org:8014/#/builders/137/builds/1921/steps/17/logs/stdio

Diff Detail

Event Timeline

tejohnson created this revision.Dec 21 2020, 10:34 AM
tejohnson requested review of this revision.Dec 21 2020, 10:34 AM
This revision is now accepted and ready to land.Dec 21 2020, 10:37 AM