This patch fix a problem where clause needed to be in the allowed set even
they were in the required set. A required clause is allowed obvisouly. This allow
to remove the duplicate in OMP.td
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/Frontend/OpenMP/OMP.td | ||
---|---|---|
424–427 | Is requiredClause missing here? |
llvm/include/llvm/Frontend/OpenMP/OMP.td | ||
---|---|---|
424–427 | Well it is not mandatory but looks like that map is required for target enter data so it should be moved from allowedClauses to requiredClauses. I will update the patch to include this change as well. |
Is requiredClause missing here?