mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-05 18:16:05 +00:00

using to enqueue all the jobs wasn't enough time on a slow/overloaded system. Instead use a global to indicate when all the work has been enqueued, let's see if this makes the CIs work more reliably. llvm-svn: 281418