[clang] [llvm] [clang][OpenMP] New OpenMP 6.0 threadset clause (PR #135807)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Tue May 6 06:58:14 PDT 2025
================
@@ -3691,6 +3691,7 @@ CGOpenMPRuntime::emitTaskInit(CodeGenFunction &CGF, SourceLocation Loc,
DestructorsFlag = 0x8,
PriorityFlag = 0x20,
DetachableFlag = 0x40,
+ PoolFlag = 0x80,
----------------
alexey-bataev wrote:
Still the runtime library should be updated at first, otherwise there might be a conflict between compiler and runtime library
https://github.com/llvm/llvm-project/pull/135807
More information about the llvm-commits
mailing list