This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][Sema] Fix directive name modifier/if-clause/'target teams loop'
ClosedPublic

Authored by ddpagan on Jul 26 2023, 11:04 AM.

Details

Summary

The if-clause on 'target teams loop' should only accept "target" as a directive name modifier. Any other directive name should generate an error.

Diff Detail

Event Timeline

ddpagan created this revision.Jul 26 2023, 11:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2023, 11:04 AM
ddpagan requested review of this revision.Jul 26 2023, 11:04 AM
This revision is now accepted and ready to land.Jul 26 2023, 11:15 AM
This revision was landed with ongoing or failed builds.Jul 26 2023, 11:22 AM
This revision was automatically updated to reflect the committed changes.