This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Disable llvm's use of threads for armv8-lld-2stage
ClosedPublic

Authored by DavidSpickett on Jul 28 2022, 5:05 AM.

Details

Summary

With our current setup using threading leads to the lld tests
requesting so many tests that we hit system resource limits.

https://lab.llvm.org/staging/#/builders/171/builds/65

Long term we need to fix this on our end but for now,
only this 32 bit bot has the problem.