We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617f544 commit 4849790Copy full SHA for 4849790
llvm/include/llvm/Frontend/OpenMP/OMP.td
@@ -1162,7 +1162,7 @@ def OMP_Workshare : Directive<"workshare"> {
1162
let category = CA_Executable;
1163
}
1164
def OMP_EndWorkshare : Directive<"end workshare"> {
1165
- let allowedClauses = [
+ let allowedOnceClauses = [
1166
VersionedClause<OMPC_NoWait>,
1167
];
1168
let leafConstructs = OMP_Workshare.leafConstructs;
0 commit comments