[clang] [llvm] [clang][OpenMP] New OpenMP 6.0 threadset clause (PR #135807)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 24 03:07:32 PDT 2025
================
@@ -3700,6 +3701,11 @@ CGOpenMPRuntime::emitTaskInit(CodeGenFunction &CGF, SourceLocation Loc,
if (NeedsCleanup)
Flags = Flags | DestructorsFlag;
}
+ if (const auto *Clause = D.getSingleClause<OMPThreadsetClause>()) {
----------------
Ritanya-B-Bharadwaj wrote:
Sorry, I’m not sure I fully understand.
https://github.com/llvm/llvm-project/pull/135807
More information about the cfe-commits
mailing list