This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Check for at least one map clause on target data directive.
ClosedPublic

Authored by arpith-jacob on Jan 19 2016, 6:38 PM.

Details

Summary

OpenMP [2.10.1, Restrictions, p. 97]
At least one map clause must appear on the directive.

Diff Detail

Repository
rL LLVM

Event Timeline

arpith-jacob retitled this revision from to [OpenMP] Check for at least one map clause on target data directive..
arpith-jacob updated this object.
ABataev accepted this revision.Jan 19 2016, 7:12 PM
ABataev edited edge metadata.
This revision is now accepted and ready to land.Jan 19 2016, 7:12 PM
Closed by commit rL258425 (authored by arpith). · Explain WhyJan 21 2016, 12:01 PM
This revision was automatically updated to reflect the committed changes.

Committed revision 258425.