This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][LLDB] Remove lit workers limit
ClosedPublic

Authored by DavidSpickett on Jul 4 2023, 7:55 AM.

Details

Summary

This bot will soon be running on a new machine where this
thread limit is not needed anymore, as the new host is not shared.

While we're here, use lld as the linker.

Event Timeline

DavidSpickett created this revision.Jul 4 2023, 7:55 AM
Herald added a project: Restricted Project. · View Herald Transcript
DavidSpickett requested review of this revision.Jul 4 2023, 7:55 AM

There is a silent bot already running on the new machine https://lab.llvm.org/staging/#/builders/73. So far we are matching the speed of the existing bot, even with this restriction in place. This change should take around 4 minutes off of the testing step.

omjavaid accepted this revision.Jul 14 2023, 1:49 AM
This revision is now accepted and ready to land.Jul 14 2023, 1:49 AM