[clang] [llvm] [LLVM] Add GNU make jobserver support (PR #145131)

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 4 21:59:50 PDT 2025


================
@@ -79,7 +86,7 @@ void StdThreadPool::processTasks(ThreadPoolTaskGroup *WaitingForGroup) {
       // Yeah, we have a task, grab it and release the lock on the queue
 
       // We first need to signal that we are active before popping the queue
-      // in order for wait() to properly detect that even if the queue is
+      // in order for wait() to a properly detect that even if the queue is
----------------
yxsamliu wrote:

will revert it

https://github.com/llvm/llvm-project/pull/145131


More information about the cfe-commits mailing list