[clang] [llvm] [CLANG][OpenMP] Add support for OpenMP6.0 transparent clause (PR #166810)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 13:34:47 PST 2025
================
@@ -3732,6 +3732,7 @@ CGOpenMPRuntime::emitTaskInit(CodeGenFunction &CGF, SourceLocation Loc,
PriorityFlag = 0x20,
DetachableFlag = 0x40,
FreeAgentFlag = 0x80,
+ TransparentFlag = 0x100,
----------------
alexey-bataev wrote:
DO we have support for this flag in runtime?
https://github.com/llvm/llvm-project/pull/166810
More information about the llvm-commits
mailing list