[clang] [llvm] [openmp] [clang][OpenMP] New OpenMP 6.0 threadset clause (PR #135807)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 8 08:40:48 PDT 2025


================
@@ -3700,6 +3700,7 @@ CGOpenMPRuntime::emitTaskInit(CodeGenFunction &CGF, SourceLocation Loc,
     DestructorsFlag = 0x8,
     PriorityFlag = 0x20,
     DetachableFlag = 0x40,
+    FreeAgentFlag = 0x100,
----------------
jprotze wrote:

According to the runtime patch, this should be 
```suggestion
    FreeAgentFlag = 0x80,
```

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


More information about the llvm-commits mailing list