[clang] [llvm] [CLANG][OpenMP] Add support for OpenMP6.0 transparent clause (PR #166810)
Zahira Ammarguellat via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 13:48:27 PST 2025
================
@@ -3732,6 +3732,7 @@ CGOpenMPRuntime::emitTaskInit(CodeGenFunction &CGF, SourceLocation Loc,
PriorityFlag = 0x20,
DetachableFlag = 0x40,
FreeAgentFlag = 0x80,
+ TransparentFlag = 0x100,
----------------
zahiraam wrote:
No. It will need to be added. https://github.com/llvm/llvm-project/blob/main/openmp/runtime/src/kmp.h
https://github.com/llvm/llvm-project/pull/166810
More information about the llvm-commits
mailing list